From: Galen Charlton Date: Sat, 9 Aug 2008 15:53:15 +0000 (-0500) Subject: commented out unconditional warns X-Git-Tag: v3.00.00~21 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=d8da146e65a98fd8d1c9244f271dd9acf283d9fe;p=koha.git commented out unconditional warns Signed-off-by: Joshua Ferraro --- 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