From 7aa3844555dfa1153418fabc28f2f44c6f4090b9 Mon Sep 17 00:00:00 2001 From: rangi Date: Sat, 14 May 2005 22:05:44 +0000 Subject: [PATCH] Commenting out warn call Im working on a curses circulation module, and this warn was smearing output to the screen. --- C4/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index 649273fda5..3df3ef4f34 100755 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -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; -- 2.39.5