(minor) remove unconditional non-error warn
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 24 Jul 2008 15:11:30 +0000 (10:11 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 24 Jul 2008 16:26:29 +0000 (11:26 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
serials/subscription-bib-search.pl

index c36a642..fa203f3 100755 (executable)
@@ -88,7 +88,6 @@ if ($op eq "do_search" && $query) {
         exit;
     }
     my @results;
-    warn "total=".$total;
     
     for(my $i=0;$i<$total;$i++) {
         my %resultsloop;