X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FPod.pm;h=8844ce700e6152e7b0d5fc1fc1abde956fc8ea1a;hb=2febd2313b62a31b2720240ab8a430476e213748;hp=b70085731a2a0d80cbdf376cd2b5639202e0c83b;hpb=d658a9bf604ae2512ca0983b547eea8369ef34a7;p=irspy-moved-to-github.git 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();