Explorar el Código

removing debuggin entry. /me bad.

tokul hace 20 años
padre
commit
c21bb4c5c5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)) {
         if (file_exists($filename)) {
 
 
             $this->_length=filesize($filename);
             $this->_length=filesize($filename);
-            error_log($this->_length);
             $this->_pos = 0;
             $this->_pos = 0;
             $this->_fd = fopen($filename,'rb');
             $this->_fd = fopen($filename,'rb');
             if (!$this->_fd) {
             if (!$this->_fd) {