turn off DEBUG on simple-point-to-point
authorTom Henderson <tomh@tomh.org>
Tue, 11 Sep 2007 23:38:18 -0700
changeset 1459 86e1ac83f9b6
parent 1458 b23ca2c2d8e6
child 1460 0c9be520ba9f
turn off DEBUG on simple-point-to-point
examples/simple-point-to-point.cc
--- a/examples/simple-point-to-point.cc	Tue Sep 11 22:47:13 2007 -0700
+++ b/examples/simple-point-to-point.cc	Tue Sep 11 23:38:18 2007 -0700
@@ -94,18 +94,6 @@
   DebugComponentEnable("Ipv4LoopbackInterface");
 #endif
 
-  DebugComponentEnable("Me");
-  DebugComponentEnable("OnOffApplication");
-  DebugComponentEnable("UdpSocket");
-  DebugComponentEnable("UdpL4Protocol");
-  DebugComponentEnable("Ipv4L3Protocol");
-  DebugComponentEnable("Ipv4StaticRouting");
-  DebugComponentEnable("PointToPointChannel");
-  DebugComponentEnable("PointToPointNetDevice");
-  DebugComponentEnable("Ipv4Interface");
-  DebugComponentEnable("ArpIpv4Interface");
-  DebugComponentEnable("Ipv4LoopbackInterface");
-
   // Set up some default values for the simulation.  Use the Bind()
   // technique to tell the system what subclass of Queue to use,
   // and what the queue limit is