From c50265d2388017d52ae16f1f367344eb8fd41027 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 2 Jul 2008 19:48:00 +0200 Subject: [PATCH] commenting warn Signed-off-by: Joshua Ferraro --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 1d98793d18..22bf57843c 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -2316,7 +2316,7 @@ sub _AddBiblioNoZebra { my $tag = $field->tag(); my $subfieldcode = $subfield->[0]; my $indexed=0; - warn "INDEXING :".$subfield->[1]; +# warn "INDEXING :".$subfield->[1]; # check each index to see if the subfield is stored somewhere # otherwise, store it in __RAW__ index foreach my $key (keys %index) { -- 2.20.1