From: Mike Taylor Date: Wed, 7 Mar 2007 17:59:53 +0000 (+0000) Subject: Remove comment. X-Git-Tag: CPAN-v1.02~548 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=0120695abedc8b92b98d6810d85cd54f9a29dfa4;ds=sidebyside Remove comment. --- diff --git a/lib/ZOOM/IRSpy/Task/Search.pm b/lib/ZOOM/IRSpy/Task/Search.pm index b13903b..13794ce 100644 --- a/lib/ZOOM/IRSpy/Task/Search.pm +++ b/lib/ZOOM/IRSpy/Task/Search.pm @@ -1,4 +1,4 @@ -# $Id: Search.pm,v 1.9 2007-03-07 11:41:01 mike Exp $ +# $Id: Search.pm,v 1.10 2007-03-07 17:59:53 mike Exp $ package ZOOM::IRSpy::Task::Search; @@ -39,8 +39,6 @@ sub run { $this->set_options(); my $conn = $this->conn(); - ### Note that adding this next line DOES NOT HELP at the moment -- - # perhaps because of a ZOOM-C bug? $conn->connect($conn->option("host")); my $query = $this->{query};