Commenting out warn call
authorrangi <rangi>
Sat, 14 May 2005 22:05:44 +0000 (22:05 +0000)
committerrangi <rangi>
Sat, 14 May 2005 22:05:44 +0000 (22:05 +0000)
Im working on a curses circulation module, and this warn was smearing output
to the screen.

C4/Search.pm

index 649273f..3df3ef4 100755 (executable)
@@ -1841,7 +1841,7 @@ sub BornameSearch  {
        }
 
        my $sth=$dbh->prepare($query);
-       warn "Q $orderby : $query";
+#      warn "Q $orderby : $query";
        $sth->execute(@bind);
        my @results;
        my $cnt=$sth->rows;