examples/mesh.cc
changeset 5146 9e0edb76a8c7
parent 5145 7f50ab7ce59d
child 5152 f14eff131d13
--- a/examples/mesh.cc	Mon Aug 03 19:13:46 2009 +0400
+++ b/examples/mesh.cc	Mon Aug 03 19:22:42 2009 +0400
@@ -179,7 +179,6 @@
   Simulator::Schedule (Seconds(totalTime), & MeshTest::Report, this);
   Simulator::Stop (Seconds (totalTime));
   Simulator::Run ();
-  std::cerr << "finish success\n";
   Simulator::Destroy ();
   return 0;
 }