From 74e51161d8520f2272e6d741d6b9bd21396b868a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 28 Nov 2007 21:13:33 -0600 Subject: [PATCH] removed extraneous warns Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- tools/stage-marc-import.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/stage-marc-import.pl b/tools/stage-marc-import.pl index aa21254d3d..16ba5fa4ff 100755 --- a/tools/stage-marc-import.pl +++ b/tools/stage-marc-import.pl @@ -82,7 +82,6 @@ if ($completedJobID) { my $job = undef; my $staging_callback = sub { }; my $matching_callback = sub { }; - warn "$matcher_id is the matcher"; if ($runinbackground) { my $job_size = () = $marcrecord =~ /\035/g; # if we're matching, job size is doubled @@ -132,10 +131,8 @@ if ($completedJobID) { my $matcher_failed = 0; my $matcher_code = ""; if ($matcher_id ne "") { - warn "we must match $matcher_id"; my $matcher = C4::Matcher->fetch($matcher_id); if (defined $matcher) { - warn "failed to retrieve"; $checked_matches = 1; $matcher_code = $matcher->code(); $num_with_matches = BatchFindBibDuplicates($batch_id, $matcher, 10, 50, matching_progress_callback($job)); -- 2.20.1