commented out unconditional warns
authorGalen Charlton <galen.charlton@liblime.com>
Sat, 9 Aug 2008 15:53:15 +0000 (10:53 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 9 Aug 2008 16:05:57 +0000 (11:05 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/AuthoritiesMarc.pm

index 427fdb6..a5102a6 100644 (file)
@@ -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