Commenting out warn call

Im working on a curses circulation module, and this warn was smearing output
to the screen.
This commit is contained in:
rangi 2005-05-14 22:05:44 +00:00
parent 9539d449b2
commit 7aa3844555

View file

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