Преглед на файлове

removing debuggin entry. /me bad.

tokul преди 20 години
родител
ревизия
c21bb4c5c5
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      class/l10n/streams.class.php

+ 0 - 1
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) {