---
 reports/borrowers_out.pl |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/reports/borrowers_out.pl b/reports/borrowers_out.pl
index 3f91635..e16166f 100755
--- a/reports/borrowers_out.pl
+++ b/reports/borrowers_out.pl
@@ -198,7 +198,6 @@ sub calculate {
         
         my $sth2 = $dbh->prepare( $strsth2 );
         $sth2->execute;
-        warn $strsth2;
         while (my ($celvalue) = $sth2->fetchrow) {
             my %cell;
     #          my %ft;
@@ -251,7 +250,6 @@ sub calculate {
         } else { $max=$line;}
         $strcalc .= " LIMIT 0,$max";
      } 
-    warn "SQL : ". $strcalc;
     
     my $dbcalc = $dbh->prepare($strcalc);
     $dbcalc->execute;
-- 
1.6.3.3

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

Reply via email to