From f0793fbae6d2078b902481c09737eb3e01330e4e Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Sun, 18 Feb 2007 19:25:53 -0800 Subject: [PATCH] turn off debug prints --- samples/main-channel.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/main-channel.cc b/samples/main-channel.cc index 86ee4b024..21548150e 100644 --- a/samples/main-channel.cc +++ b/samples/main-channel.cc @@ -175,10 +175,12 @@ int main (int argc, char *argv[]) { NS_DEBUG_UNCOND("Channel Hackorama") +#if 0 DebugComponentEnable("Queue"); DebugComponentEnable("DropTailQueue"); DebugComponentEnable("LayerConnector"); DebugComponentEnable("Channel"); +#endif FakeInternetNode node1, node2, node3, node4; FakePhysicalLayer phys1, phys2, phys3, phys4;