Removed stupid output
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -331,7 +331,6 @@ MacLow::CancelAllEvents (void)
|
||||
m_listener->Cancel ();
|
||||
m_listener = 0;
|
||||
}
|
||||
NS_LOG_UNCOND("DONE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user