Revision: 8482
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8482&view=rev
Author:   natepak
Date:     2009-12-23 22:43:47 +0000 (Wed, 23 Dec 2009)

Log Message:
-----------
Removed debug statements

Modified Paths:
--------------
    code/gazebo/trunk/Media/materials/textures/hanoi_green_disk.tga
    code/gazebo/trunk/server/OgreLoader.cc

Modified: code/gazebo/trunk/Media/materials/textures/hanoi_green_disk.tga
===================================================================
(Binary files differ)

Modified: code/gazebo/trunk/server/OgreLoader.cc
===================================================================
--- code/gazebo/trunk/server/OgreLoader.cc      2009-12-22 22:11:21 UTC (rev 
8481)
+++ code/gazebo/trunk/server/OgreLoader.cc      2009-12-23 22:43:47 UTC (rev 
8482)
@@ -305,7 +305,6 @@
   {
     chunk.Read(file);
 
-    std::cerr << "Chunk ID[" << chunk.id << "]\n";
     while (!feof(file) &&
           (chunk.id == M_GEOMETRY ||
            chunk.id == M_SUBMESH ||
@@ -319,7 +318,6 @@
            chunk.id == M_ANIMATIONS ||
            chunk.id == M_TABLE_EXTREMES))
     {
-      std::cerr << "Chunk ID[" << chunk.id << "]\n";
       switch (chunk.id)
       {
         case M_GEOMETRY:
@@ -327,14 +325,12 @@
             if (this->gSubMesh == NULL)
               this->gSubMesh = new SubMesh();
 
-            std::cerr << "Read Geom[\n";
             // Global vertex data
             this->ReadGeometry(file, mesh, gSubMesh);
             break;
           }
         case M_SUBMESH:
           {
-            std::cerr << "Read Submesh[\n";
             // Load a submesh
             this->ReadSubMesh(file, mesh);
             break;


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

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to