[open-ils-commits] r12362 - trunk/Open-ILS/src/extras/import (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 2 19:51:08 EST 2009


Author: miker
Date: 2009-03-02 19:51:08 -0500 (Mon, 02 Mar 2009)
New Revision: 12362

Modified:
   trunk/Open-ILS/src/extras/import/marc2bre.pl
Log:
errant debuging removed

Modified: trunk/Open-ILS/src/extras/import/marc2bre.pl
===================================================================
--- trunk/Open-ILS/src/extras/import/marc2bre.pl	2009-03-03 00:50:11 UTC (rev 12361)
+++ trunk/Open-ILS/src/extras/import/marc2bre.pl	2009-03-03 00:51:08 UTC (rev 12362)
@@ -162,7 +162,6 @@
 PROCESS: while ( try { $rec = $batch->next } otherwise { $rec = -1 } ) {
 	next if ($rec == -1);
 
-    warn $rec->as_formatted;
 	$count++;
 
 	# Skip records that don't contain a required field (like '245', for example)



More information about the open-ils-commits mailing list