From: Tim Pope Date: Tue, 16 Aug 2005 21:26:34 +0000 (+0000) Subject: Removed debug statement X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=commitdiff_plain;h=eba37aa49fb0ac65a9b1077e97d875eddf298b85 Removed debug statement --- diff --git a/perl/schedproc b/perl/schedproc index 3c34f3a..137d2ea 100755 --- a/perl/schedproc +++ b/perl/schedproc @@ -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; }