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 ())
     {