Remove debug output

This commit is contained in:
Visman 2021-12-15 23:22:07 +07:00
parent 3bd0a4aa3b
commit 481489f505

View file

@ -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;
}