Index: /branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl
===================================================================
--- /branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl	(revision 41021)
+++ /branches/ccl_branches/ipp-20190806/ippMonitor/czartool/czarpoll.pl	(revision 41022)
@@ -276,11 +276,7 @@
     while (1) {
         my $iterationStartTime = time();
-        print $iterationStartTime;
-        print "\n";
  
         #get the time of last czarpoll update
         $polldate = $czarDb->getPollDate();
-        print $polldate;
-        print "\n";
         $polldate=~/^(\d{4})\-(\d{2})\-(\d{2}) (\d{2}):(\d{2}):(\d{2})$/;
         my $date=DateTime->new(year=>$1,month=>$2,day=>$3,hour=>$4,minute=>$5,second=>$6,time_zone=>"HST");
@@ -330,6 +326,6 @@
                 #TdB20190703: The ipp113 and ipp117 instances of czarpoll use the same stage DBs in czarDB. 
                 #Therefore, it makes no sense to run the cleanup+optimising twice
-                #print "* Performing database cleanup\n";
-                #$czarDb->cleanupDateRange($yesterday, $yesterday, $config->getCzarCleanupInterval());
+                print "* Performing database cleanup\n";
+                $czarDb->cleanupDateRange($yesterday, $yesterday, $config->getCzarCleanupInterval());
                 #print "* Optimizing the database\n";
                 #$czarDb->optimize();
