NetAnim: Remove obsolete usage
authorJohn Abraham <john.abraham@gatech.edu>
Thu, 24 May 2012 03:02:51 -0400
changeset 8806 089f19e3b412
parent 8805 83307aa1ea82
child 8807 fcb718d36baa
NetAnim: Remove obsolete usage
src/netanim/examples/grid-animation.cc
--- a/src/netanim/examples/grid-animation.cc	Thu May 24 01:08:15 2012 -0400
+++ b/src/netanim/examples/grid-animation.cc	Thu May 24 03:02:51 2012 -0400
@@ -88,11 +88,7 @@
   // Set up the actual simulation
   Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
 
-  std::cout << "Running the simulation" << std::endl;
   Simulator::Run ();
-  std::cout << "Destroying the simulation" << std::endl;
   Simulator::Destroy ();
-  std::cout << "Stopping the animation" << std::endl;
-  anim.StopAnimation ();
   return 0;
 }