1
0
Fork 0
mirror of synced 2024-06-02 02:44:47 +12:00

remove debug logs

This commit is contained in:
Torsten Dittmann 2021-07-05 11:36:40 +02:00
parent d9986cb205
commit e5c65cce1a

View file

@ -684,7 +684,7 @@ class MySQL extends Adapter
ORDER BY sort_ff {$options['orderType']} %s";
$st = $this->getPDO()->prepare(\sprintf($query, $select, $range));
var_dump(\sprintf($query, $select, $range));
$st->execute();
$results = ['data' => []];