From 9a09526daf654f3077ece104e52aa4b576a32d40 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 Signed-off-by: Henri-Damien LAURENT --- 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