Revision: 7553
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7553&view=rev
Author:   rtv
Date:     2009-03-27 23:50:18 +0000 (Fri, 27 Mar 2009)

Log Message:
-----------
removed debug output on property database

Modified Paths:
--------------
    code/stage/trunk/libstage/model_load.cc

Modified: code/stage/trunk/libstage/model_load.cc
===================================================================
--- code/stage/trunk/libstage/model_load.cc     2009-03-27 23:37:32 UTC (rev 
7552)
+++ code/stage/trunk/libstage/model_load.cc     2009-03-27 23:50:18 UTC (rev 
7553)
@@ -354,8 +354,8 @@
                 assert( type );
                 assert( value );
 
-                printf( "\nkey: %s type: %s value: %s\n",
-                                       key, type, value );
+                //printf( "\nkey: %s type: %s value: %s\n",
+                //             key, type, value );
                 
                 if( strcmp( type, "int" ) == 0 )
                        {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to