[Koha-patches] [PATCH] followup: remove unconditional warn

Galen Charlton galen.charlton at liblime.com
Sat Jun 6 00:39:00 CEST 2009


---
 circ/selectbranchprinter.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/circ/selectbranchprinter.pl b/circ/selectbranchprinter.pl
index 0a0f411..a8af8db 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($_),
-- 
1.5.6.5




More information about the Koha-patches mailing list