--- 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