[followup](bug #3760) delete some warn
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Wed, 4 Nov 2009 15:42:32 +0000 (16:42 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 9 Nov 2009 17:08:30 +0000 (18:08 +0100)
reports/borrowers_out.pl

index 3f91635..e16166f 100755 (executable)
@@ -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;