From: Mike Taylor Date: Tue, 9 May 2006 12:03:37 +0000 (+0000) Subject: Remove extraneous output. X-Git-Tag: CPAN-v1.02~54^2~1235 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=2febd2313b62a31b2720240ab8a430476e213748 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();