(bug #4490) do not warn each notice if xslt is on
[koha.git] / C4 / Search.pm
index 3f4ee15..af4fadf 100644 (file)
@@ -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;