From f9cf7662c4abcd6b7f90a70a0face0020e75f481 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 4 Apr 2006 13:55:50 +0000 Subject: [PATCH] removing warn --- bull/statecollection.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/bull/statecollection.pl b/bull/statecollection.pl index 58aae525a6..f68e0a8482 100755 --- a/bull/statecollection.pl +++ b/bull/statecollection.pl @@ -109,7 +109,6 @@ if (C4::Context->preference("serialsadditems")){ my %row =(itemval => $thisitemstatus, itemlib => $itemstatushash->{$thisitemstatus}, ); - warn "".$row{'itemval'}.", ". $row{"itemlib"}; push @itemstatusloop, \%row; } -- 2.39.5