From: Mike Taylor Date: Tue, 9 May 2006 12:03:37 +0000 (+0000) Subject: Remove extraneous output. X-Git-Tag: CPAN-v1.02~1290 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=5f1c8b10d056e4b85ef2c8a6853905ddc853be7a Remove extraneous output. --- diff --git a/lib/ZOOM/Pod.pm b/lib/ZOOM/Pod.pm index b700857..8844ce7 100644 --- a/lib/ZOOM/Pod.pm +++ b/lib/ZOOM/Pod.pm @@ -1,4 +1,4 @@ -# $Id: Pod.pm,v 1.1 2006-05-05 22:17:02 mike Exp $ +# $Id: Pod.pm,v 1.2 2006-05-09 12:03:37 mike Exp $ package ZOOM::Pod; @@ -64,7 +64,6 @@ sub wait { my $this = shift(); my $res = 0; - print "in wait\n"; while ((my $i = ZOOM::event($this->{conn})) != 0) { my $conn = $this->{conn}->[$i-1]; my $ev = $conn->last_event();