From: Anders S. Mortensen Date: Thu, 26 Oct 2006 18:22:41 +0000 (+0000) Subject: Removing debugging. X-Git-Tag: CPAN-v1.02~54^2~838 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=1e89c4ad970cfd7a8268d9174186b65038f9b36a;ds=sidebyside Removing debugging. --- 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);