Removed stupid output

This commit is contained in:
Kirill Andreev
2009-08-03 19:22:42 +04:00
parent 042aee0756
commit e69fddf279
2 changed files with 0 additions and 2 deletions

View File

@@ -179,7 +179,6 @@ MeshTest::Run ()
Simulator::Schedule (Seconds(totalTime), & MeshTest::Report, this);
Simulator::Stop (Seconds (totalTime));
Simulator::Run ();
std::cerr << "finish success\n";
Simulator::Destroy ();
return 0;
}

View File

@@ -331,7 +331,6 @@ MacLow::CancelAllEvents (void)
m_listener->Cancel ();
m_listener = 0;
}
NS_LOG_UNCOND("DONE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
}
void