From: Chris Cormack Date: Thu, 27 Dec 2007 22:47:21 +0000 (-0600) Subject: Getting rid of noisy warn X-Git-Tag: v3.00.00-alpha~223 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=3ae2edde0a8c4105ff4db1eb6422f5346dffc429;p=koha_ffzg Getting rid of noisy warn Signed-off-by: Joshua Ferraro --- diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 3a8383af72..6e440e5d4e 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -3458,7 +3458,6 @@ sub GetNoZebraIndexes { my %indexes; foreach my $line (split /('|"),/,$index) { $line =~ /(.*)=>(.*)/; -warn $line; my $index = substr($1,1); # get the index, don't forget to remove initial ' or " my $fields = $2; $index =~ s/'|"|\s//g;