From 8d5f45365467584b313528c60c6f3a902e02c1a4 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Tue, 10 Jun 2008 13:01:02 +0000 Subject: removed another debug print --- qooxdoo/source/perl/Qooxdoo/Services/Tr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ">$_<"; -- cgit v1.2.3-24-g4f1b