projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e38a6
)
Remove extraneous output.
author
Mike Taylor
<mike@indexdata.com>
Tue, 9 May 2006 12:03:37 +0000
(12:03 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 9 May 2006 12:03:37 +0000
(12:03 +0000)
lib/ZOOM/Pod.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/Pod.pm
b/lib/ZOOM/Pod.pm
index
b700857
..
8844ce7
100644
(file)
--- 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();