[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16466] trunk/blender/source/gameengine/ GamePlayer/ghost/GPG_Application.cpp: removed debug print

Campbell Barton ideasman42 at gmail.com
Thu Sep 11 00:49:11 CEST 2008


Revision: 16466
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16466
Author:   campbellbarton
Date:     2008-09-11 00:49:11 +0200 (Thu, 11 Sep 2008)

Log Message:
-----------
removed debug print

Modified Paths:
--------------
    trunk/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp

Modified: trunk/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp	2008-09-10 21:37:22 UTC (rev 16465)
+++ trunk/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp	2008-09-10 22:49:11 UTC (rev 16466)
@@ -745,7 +745,8 @@
 #endif
 				if (pyGlobalDictMarshal) {
 					m_pyGlobalDictString_Length = PyString_Size(pyGlobalDictMarshal);
-					PyObject_Print(pyGlobalDictMarshal, stderr, 0);
+					// for testing only
+					// PyObject_Print(pyGlobalDictMarshal, stderr, 0);
 					m_pyGlobalDictString = static_cast<char *> (malloc(m_pyGlobalDictString_Length));
 					memcpy(m_pyGlobalDictString, PyString_AsString(pyGlobalDictMarshal), m_pyGlobalDictString_Length);
 				} else {





More information about the Bf-blender-cvs mailing list