From 52e5f54401eb47b59aeacb2b4041fd89cb320495 Mon Sep 17 00:00:00 2001 From: finlayt Date: Wed, 24 Jul 2002 05:11:07 +0000 Subject: [PATCH] removed warn statement --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 8fd849f222..f167f86432 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -44,7 +44,7 @@ $env{'queue'}=$printer; my @datearr = localtime(time()); my $todaysdate = (1900+$datearr[5]).sprintf ("%0.2d", ($datearr[4]+1)).sprintf ("%0.2d", $datearr[3]); -warn $todaysdate; +#warn $todaysdate; my $message; -- 2.39.2