summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:01:02 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:01:02 +0200
commit8d5f45365467584b313528c60c6f3a902e02c1a4 (patch)
tree5b17c7612e90e3bef96ee0e3ce36e1f4d7bd6bdf
parent761d11b28863424cc69f853dce7db9dbadfadba9 (diff)
downloadsmokeping-8d5f45365467584b313528c60c6f3a902e02c1a4.tar.gz
smokeping-8d5f45365467584b313528c60c6f3a902e02c1a4.tar.xz
removed another debug print
-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 a8e3c10..f3a5b47 100644
--- a/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm
+++ b/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm
@@ -109,7 +109,7 @@ sub method_run_tr
# print STDERR "$again, $handle, $size, $point\n";
$rounds ++;
} while ($again and $point >= $size);
- print STDERR "$point > $size\n";
+ # print STDERR "$point > $size\n";
if (seek $fh, $point,0){
while (<$fh>){
#print STDERR ">$_<";