[GRASS-SVN] r42744 - grass/branches/develbranch_6/include/iostream

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 9 12:09:25 EDT 2010


Author: hamish
Date: 2010-07-09 16:09:25 +0000 (Fri, 09 Jul 2010)
New Revision: 42744

Modified:
   grass/branches/develbranch_6/include/iostream/mem_stream.h
Log:
rm noisiest debug msg post mmetz-ization

Modified: grass/branches/develbranch_6/include/iostream/mem_stream.h
===================================================================
--- grass/branches/develbranch_6/include/iostream/mem_stream.h	2010-07-09 14:50:25 UTC (rev 42743)
+++ grass/branches/develbranch_6/include/iostream/mem_stream.h	2010-07-09 16:09:25 UTC (rev 42744)
@@ -123,12 +123,6 @@
 
   assert(data);
 
-
-  //DEBUG:
-#ifdef __MINGW32__
-  fprintf(stderr, "read_item(): curr=%x  dataend=%x\n", curr, dataend);
-#endif
-
   if(curr == dataend) {
     return AMI_ERROR_END_OF_STREAM;
   }



More information about the grass-commit mailing list