Removed debug statement
authorTim Pope <code@tpope.net>
Tue, 16 Aug 2005 21:26:34 +0000 (21:26 +0000)
committerTim Pope <code@tpope.net>
Tue, 16 Aug 2005 21:26:34 +0000 (21:26 +0000)
perl/schedproc

index 3c34f3ac1b4805d8d73a653d69a76fced65745e7..137d2ea04aa3a7eb720b80b4e2f32a1f3dac50a8 100755 (executable)
@@ -105,7 +105,6 @@ sub next_class {
     @off = @{$class{'off'}} if ($class{'off'});
     for($today = ($today > $firstday ? $today : $firstday); $today < $lastday; $today++) {
        next unless(grep($_ == Day_of_Week($today->date), @days));
-       print "$today\n";
        next if(grep($_ == "$today", @off));
        return $today;
     }