Index: trunk/tools/czartool/CzarDb.pm
===================================================================
--- trunk/tools/czartool/CzarDb.pm	(revision 29376)
+++ trunk/tools/czartool/CzarDb.pm	(revision 29377)
@@ -556,9 +556,7 @@
         if (!$self->isBefore($startTime, $endDay)) {last;}
         $endTime = $self->addInterval($startTime, $interval);
-print "NNN $startTime, $endTime\n";
         $self->countProcessedPendingAndFaults($label, $stage, $startTime, $endTime, \$processed, \$pending, \$faults);
         $timestamp = $self->getFormattedDate($endTime);
         print GNUDAT "$timestamp $processed 0 0\n";
-        print  "FILE $timestamp $processed 0 0\n";
 
         $startTime = $endTime;
@@ -597,5 +595,4 @@
 
         if ($thisCount > $lastCount && $lastCount != -1) {$count = $count + ($thisCount -  $lastCount);}
-        print "thisCount = $thisCount lastCount=$lastCount processed=$count\n";
         $lastCount = $thisCount;
     }
Index: trunk/tools/czartool/Plotter.pm
===================================================================
--- trunk/tools/czartool/Plotter.pm	(revision 29376)
+++ trunk/tools/czartool/Plotter.pm	(revision 29377)
@@ -75,6 +75,4 @@
     my $timeFormat;
     $self->getTimeSpacing($timeDiff, \$divX, \$timeFormat);
-
-print "$beginTime, $endTime  | $divX $minX $maxX $timeFormat\n";
 
     my %gnuplotFiles;
