From 3fabc095b23f030883bbfc613b7ae423c71a3054 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Thu, 5 Jun 2008 07:10:36 +0000 Subject: disable sleep code for now --- qooxdoo/source/perl/Qooxdoo/Services/Tr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qooxdoo/source/perl') diff --git a/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm b/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm index 6fb1c55..6edbe0d 100644 --- a/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm +++ b/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm @@ -29,7 +29,7 @@ sub launch { open STDERR, '>&STDOUT' or die "Can't dup stdout: $!"; for (my $i = 0; $i<$rounds;$i++){ system "traceroute","-I","-q","1",$host; - print "SLEEPING\n"; +# print "SLEEPING\n"; sleep $delay; } } -- cgit v1.2.3-24-g4f1b