Remove debug output
This commit is contained in:
parent
3bd0a4aa3b
commit
481489f505
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue