summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-05 09:10:36 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-05 09:10:36 +0200
commit3fabc095b23f030883bbfc613b7ae423c71a3054 (patch)
treeee91a148fa79a6b73d20e0efc317bcd3f261ea12
parentcfccce8a1c63ecf5b3233259d012f9ac8a426550 (diff)
downloadsmokeping-3fabc095b23f030883bbfc613b7ae423c71a3054.tar.gz
smokeping-3fabc095b23f030883bbfc613b7ae423c71a3054.tar.xz
disable sleep code for now
-rw-r--r--qooxdoo/source/perl/Qooxdoo/Services/Tr.pm2
1 files changed, 1 insertions, 1 deletions
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;
}
}