From 1e89c4ad970cfd7a8268d9174186b65038f9b36a Mon Sep 17 00:00:00 2001 From: "Anders S. Mortensen" Date: Thu, 26 Oct 2006 18:22:41 +0000 Subject: [PATCH] Removing debugging. --- lib/ZOOM/IRSpy/Test/Record/Fetch.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index f79d6ba..1750f6b 100644 --- a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm +++ b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm @@ -1,4 +1,4 @@ -# $Id: Fetch.pm,v 1.9 2006-10-26 17:17:27 mike Exp $ +# $Id: Fetch.pm,v 1.10 2006-10-26 18:22:41 sondberg Exp $ # See the "Main" test package for documentation @@ -70,7 +70,7 @@ sub record { my $rs = $task->{rs}; $conn->log("irspy_test", "Successfully retrieved a $syn record"); - if (1) { + if (0) { print STDERR "Hits: ", $rs->size(), "\n"; print STDERR "Syntax: ", $syn, "\n"; my $record = _fetch_record($rs, 0, $syn); -- 1.7.10.4