Revision: 44723
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44723&view=rev
Author:   davidloman
Date:     2011-06-02 13:48:20 +0000 (Thu, 02 Jun 2011)

Log Message:
-----------
Remove some debug printers

Modified Paths:
--------------
    geomcore/trunk/src/libNet/netMsg/GeometryManifestMsg.cxx

Modified: geomcore/trunk/src/libNet/netMsg/GeometryManifestMsg.cxx
===================================================================
--- geomcore/trunk/src/libNet/netMsg/GeometryManifestMsg.cxx    2011-06-02 
04:03:32 UTC (rev 44722)
+++ geomcore/trunk/src/libNet/netMsg/GeometryManifestMsg.cxx    2011-06-02 
13:48:20 UTC (rev 44723)
@@ -50,15 +50,11 @@
   std::string tstr;
   for (uint32_t i = 0; i < numOfItems; ++i)
     {
-//      if (i % 50 == 0) std::cout << i << std::endl;
       tstr = bb->getString();
       if (tstr.size() == 0)
         continue;
       this->itemData->push_back(tstr);
     }
-
-  std::cout << "\nGeomManifest CSTR exiting\n\n";
-
 }
 
 /* Destructor */


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

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to