[Lemon-commits] [lemon_svn] alpar: r1780 - hugo/trunk/src/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:47:30 CET 2006


Author: alpar
Date: Tue Apr 12 16:24:57 2005
New Revision: 1780

Modified:
   hugo/trunk/src/lemon/graph_reader.h

Log:
GraphReader is made silent


Modified: hugo/trunk/src/lemon/graph_reader.h
==============================================================================
--- hugo/trunk/src/lemon/graph_reader.h	(original)
+++ hugo/trunk/src/lemon/graph_reader.h	Tue Apr 12 16:24:57 2005
@@ -553,7 +553,7 @@
 	}
 	vi = line.find_first_not_of(" \t");
 	if (vi != (int)std::string::npos) { 
-	  std::cerr << "Line: " << line.substr(vi) << std::endl;
+	  //	  std::cerr << "Line: " << line.substr(vi) << std::endl;
 	  return line.substr(vi);
 	}
       }



More information about the Lemon-commits mailing list