mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove debug logs
This commit is contained in:
@@ -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' => []];
|
||||
|
||||
Reference in New Issue
Block a user