commit | 8a23752b10d767af7665220f730c9fbbc6b60d25 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 01 13:33:38 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 01 13:33:38 2013 -0800 |
tree | 2a14b4baf1a9354897441c16adf75b8177066167 | |
parent | 565b50c56f63c0aca88ab2f6990fbe560411aeb6 [diff] |
apps: Removing excessive and unnecessary logging in ndn::Consumer
diff --git a/apps/ndn-consumer.cc b/apps/ndn-consumer.cc index 8c2619e..68f4858 100644 --- a/apps/ndn-consumer.cc +++ b/apps/ndn-consumer.cc
@@ -123,7 +123,7 @@ Time now = Simulator::Now (); Time rto = m_rtt->RetransmitTimeout (); - NS_LOG_DEBUG ("Current RTO: " << rto.ToDouble (Time::S) << "s"); + // NS_LOG_DEBUG ("Current RTO: " << rto.ToDouble (Time::S) << "s"); while (!m_seqTimeouts.empty ()) {