[Koha-patches] [PATCH] commented out unconditional warns

Galen Charlton galen.charlton at liblime.com
Sat Aug 9 17:53:15 CEST 2008


---
 C4/AuthoritiesMarc.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm
index 427fdb6..a5102a6 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  
-- 
1.5.5.GIT




More information about the Koha-patches mailing list