From 568f9d8c423d677f348c43e4466e3d2df39b009a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 5 Jun 2009 17:38:32 -0500 Subject: [PATCH] followup: remove unconditional warn Signed-off-by: Galen Charlton --- circ/selectbranchprinter.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/circ/selectbranchprinter.pl b/circ/selectbranchprinter.pl index 0a0f411c01..a8af8dbc8f 100755 --- a/circ/selectbranchprinter.pl +++ b/circ/selectbranchprinter.pl @@ -116,7 +116,6 @@ foreach ($query->param()) { $_ eq "branch" and next; # disclude branch $_ eq "printer" and next; # disclude printer $_ eq "oldreferer" and next; # disclude oldreferer - warn "recycling $_"; push @recycle_loop, { param => $_, value => $query->param($_), -- 2.20.1