commenting warn

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Paul POULAIN 2008-07-02 19:48:00 +02:00 committed by Joshua Ferraro
parent ed2e2857f9
commit c50265d238

View file

@ -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) {