From 6434ccc6e6c71560ba4bbb150e93aff679eae16c Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 3 Mar 2009 00:51:08 +0000 Subject: [PATCH] errant debuging removed git-svn-id: svn://svn.open-ils.org/ILS/trunk@12362 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/import/marc2bre.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/extras/import/marc2bre.pl b/Open-ILS/src/extras/import/marc2bre.pl index 2a9645aae2..ad848e751a 100755 --- a/Open-ILS/src/extras/import/marc2bre.pl +++ b/Open-ILS/src/extras/import/marc2bre.pl @@ -162,7 +162,6 @@ my $count = 0; 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) -- 2.11.0