From d8da146e65a98fd8d1c9244f271dd9acf283d9fe Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 9 Aug 2008 10:53:15 -0500 Subject: [PATCH] commented out unconditional warns Signed-off-by: Joshua Ferraro --- C4/AuthoritiesMarc.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index 427fdb63ba..a5102a65b0 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -1196,7 +1196,7 @@ sub merge { } $oConnection->destroy(); } - warn scalar(@reccache)." biblios to update"; + #warn scalar(@reccache)." biblios to update"; # Get All candidate Tags for the change # (This will reduce the search scope in marc records). $sth = $dbh->prepare("select distinct tagfield from marc_subfield_structure where authtypecode=?"); @@ -1210,7 +1210,7 @@ sub merge { # If many tags, take the first $sth->execute($authtypecodeto); $tag_to=$sth->fetchrow; - warn $tag_to; + #warn $tag_to; } # BulkEdit marc records # May be used as a template for a bulkedit field -- 2.20.1