IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29377


Ignore:
Timestamp:
Oct 11, 2010, 3:17:09 PM (16 years ago)
Author:
rhenders
Message:

removed some debug

Location:
trunk/tools/czartool
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/CzarDb.pm

    r29373 r29377  
    556556        if (!$self->isBefore($startTime, $endDay)) {last;}
    557557        $endTime = $self->addInterval($startTime, $interval);
    558 print "NNN $startTime, $endTime\n";
    559558        $self->countProcessedPendingAndFaults($label, $stage, $startTime, $endTime, \$processed, \$pending, \$faults);
    560559        $timestamp = $self->getFormattedDate($endTime);
    561560        print GNUDAT "$timestamp $processed 0 0\n";
    562         print  "FILE $timestamp $processed 0 0\n";
    563561
    564562        $startTime = $endTime;
     
    597595
    598596        if ($thisCount > $lastCount && $lastCount != -1) {$count = $count + ($thisCount -  $lastCount);}
    599         print "thisCount = $thisCount lastCount=$lastCount processed=$count\n";
    600597        $lastCount = $thisCount;
    601598    }
  • trunk/tools/czartool/Plotter.pm

    r29373 r29377  
    7575    my $timeFormat;
    7676    $self->getTimeSpacing($timeDiff, \$divX, \$timeFormat);
    77 
    78 print "$beginTime, $endTime  | $divX $minX $maxX $timeFormat\n";
    7977
    8078    my %gnuplotFiles;
Note: See TracChangeset for help on using the changeset viewer.