mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
remove debug logs
This commit is contained in:
parent
d9986cb205
commit
e5c65cce1a
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ class MySQL extends Adapter
|
||||||
ORDER BY sort_ff {$options['orderType']} %s";
|
ORDER BY sort_ff {$options['orderType']} %s";
|
||||||
|
|
||||||
$st = $this->getPDO()->prepare(\sprintf($query, $select, $range));
|
$st = $this->getPDO()->prepare(\sprintf($query, $select, $range));
|
||||||
var_dump(\sprintf($query, $select, $range));
|
|
||||||
$st->execute();
|
$st->execute();
|
||||||
|
|
||||||
$results = ['data' => []];
|
$results = ['data' => []];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue