X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FSearch.pm;h=af4fadff635513584c3ee24a3b823a741e9fd634;hb=95bb8a47a864964571b904c9c83cef5eff997891;hp=3f4ee1563c85d68503343d5535823ec54fdecdf8;hpb=49b3ba7299dd8800d07334111139255ca400ffc6;p=koha.git diff --git a/C4/Search.pm b/C4/Search.pm index 3f4ee1563c..af4fadff63 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -447,7 +447,6 @@ sub getRecords { # not an index scan else { $record = $results[ $i - 1 ]->record($j)->raw(); - warn $results[$i-1]->record($j)->render() ; # warn "RECORD $j:".$record; $results_hash->{'RECORDS'}[$j] = $record;