Remove comment.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Task / Search.pm
index b13903b..13794ce 100644 (file)
@@ -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};