diff --git a/src/Appwrite/Utopia/Database/Validator/Queries/Types.php b/src/Appwrite/Utopia/Database/Validator/Queries/Types.php index 4e63dfb577..345f1c3c40 100644 --- a/src/Appwrite/Utopia/Database/Validator/Queries/Types.php +++ b/src/Appwrite/Utopia/Database/Validator/Queries/Types.php @@ -64,8 +64,6 @@ class Types extends Validator throw new \Exception('Queries must be an array'); } - var_dump($value); - foreach ($value as $query) { if (!$query instanceof Query) { $query = Query::parse($query);