remove the enabling of missing log components

This commit is contained in:
Lalith Suresh
2011-08-31 06:30:13 -07:00
parent f0c447ec66
commit 4d28b1334a

View File

@@ -47,11 +47,6 @@ int
main (int argc, char *argv[])
{
#ifdef NS3_CLICK
//
// Enable logging for UdpClient and
//
LogComponentEnable ("NsclickRoutingClient", LOG_LEVEL_INFO);
LogComponentEnable ("NsclickRoutingServer", LOG_LEVEL_INFO);
//
// Explicitly create the nodes required by the topology (shown above).