X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=blobdiff_plain;f=perl%2Fsctweb;h=08bdbbc781ce9486b2ade00300f36c8b8e745563;hp=63b7cbf4a24ec615d76e006129a36a2701bd2ab4;hb=3720f9723e308df224baf26bf4b3d98cda175077;hpb=401a7070c1f68d5f5f105b5a31643b4ed98e6e88 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"; }