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:
parent
9539d449b2
commit
7aa3844555
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue