removing debuggin entry. /me bad.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Feb 2005 17:44:55 +0000 (17:44 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Feb 2005 17:44:55 +0000 (17:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8892 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/l10n/streams.class.php

index 4e0110f987d92a85e54dd34ba0bed76884518b31..9985d1298e91b121cc6038303bd7ad4cd10a022f 100644 (file)
@@ -61,7 +61,6 @@ class FileReader {
         if (file_exists($filename)) {
 
             $this->_length=filesize($filename);
         if (file_exists($filename)) {
 
             $this->_length=filesize($filename);
-            error_log($this->_length);
             $this->_pos = 0;
             $this->_fd = fopen($filename,'rb');
             if (!$this->_fd) {
             $this->_pos = 0;
             $this->_fd = fopen($filename,'rb');
             if (!$this->_fd) {