瀏覽代碼

Remove debug output

Visman 3 年之前
父節點
當前提交
481489f505
共有 1 個文件被更改,包括 0 次插入6 次删除
  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;
     }