Explorar o código

Remove debug output

Visman %!s(int64=3) %!d(string=hai) anos
pai
achega
481489f505
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      app/Core/DB/SqliteStatement.php

+ 0 - 6
app/Core/DB/SqliteStatement.php

@@ -81,12 +81,6 @@ class SqliteStatement extends AbstractStatement
             }
         }
 
-        ob_start();
-        $this->debugDumpParams();
-        $r = ob_get_contents();
-        ob_end_clean();
-        error_log($r);
-
         return $this->columnsType;
     }