From 23c1e4fb795ecef2fc8034731e22bfc30e8ac8e4 Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 25 Dec 2025 13:10:30 +0200 Subject: [PATCH] remove var dump --- src/Appwrite/Utopia/Database/Validator/Queries/Types.php | 2 -- 1 file changed, 2 deletions(-) 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);