From: Tim Pope Date: Wed, 10 Nov 2004 18:32:32 +0000 (+0000) Subject: Removed debug statement X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=commitdiff_plain;h=3720f9723e308df224baf26bf4b3d98cda175077 Removed debug statement --- diff --git a/perl/sctweb b/perl/sctweb index 63b7cbf..08bdbbc 100755 --- a/perl/sctweb +++ b/perl/sctweb @@ -100,7 +100,6 @@ sub off_for_holidays { push @holidays, $_+1 if (defined($days[5]) && $good==2); } - print "@holidays\n"; return wantarray ? @holidays : "@holidays"; }