examples: Correcting output header in ndn-simple-with-pit-count-stats
diff --git a/examples/ndn-simple-with-pit-count-stats.cc b/examples/ndn-simple-with-pit-count-stats.cc
index 1f731b9..d7983c9 100644
--- a/examples/ndn-simple-with-pit-count-stats.cc
+++ b/examples/ndn-simple-with-pit-count-stats.cc
@@ -94,8 +94,6 @@
   std::cout << "Time" << "\t"
             << "NodeId" << "\t"
             << "NodeName" << "\t"
-            << "Inserts" << "\t"
-            << "Lookups" << "\t"
             << "NumberOfPitEntries" << "\n";
   Simulator::Schedule (Seconds (1), PeriodicStatsPrinter, nodes.Get (0), Seconds (1));
   Simulator::Schedule (Seconds (1), PeriodicStatsPrinter, nodes.Get (1), Seconds (1));