Removed stupid output
authorKirill Andreev <andreev@iitp.ru>
Mon, 03 Aug 2009 19:22:42 +0400
changeset 5146 9e0edb76a8c7
parent 5145 7f50ab7ce59d
child 5147 546c5d9a7e64
Removed stupid output
examples/mesh.cc
src/devices/wifi/mac-low.cc
--- 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;
 }
--- a/src/devices/wifi/mac-low.cc	Mon Aug 03 19:13:46 2009 +0400
+++ b/src/devices/wifi/mac-low.cc	Mon Aug 03 19:22:42 2009 +0400
@@ -331,7 +331,6 @@
       m_listener->Cancel ();
       m_listener = 0;
     }
-  NS_LOG_UNCOND("DONE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
 }
 
 void