---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to