From: tokul Date: Fri, 25 Feb 2005 17:44:55 +0000 (+0000) Subject: removing debuggin entry. /me bad. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3b546ba1064c4d761c3a42e3637394596554e33b;p=squirrelmail.git removing debuggin entry. /me bad. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8892 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/class/l10n/streams.class.php b/class/l10n/streams.class.php index 4e0110f9..9985d129 100644 --- a/class/l10n/streams.class.php +++ b/class/l10n/streams.class.php @@ -61,7 +61,6 @@ class FileReader { if (file_exists($filename)) { $this->_length=filesize($filename); - error_log($this->_length); $this->_pos = 0; $this->_fd = fopen($filename,'rb'); if (!$this->_fd) {