summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ">$_<";