src/netanim/examples/grid-animation.cc
changeset 8806 089f19e3b412
parent 7564 642fa0627ba6
child 8966 060dba23e9bb
--- 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;
 }