From 2a7038bb8ef6d8496b3012fcea4aad30625c8c08 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 31 Mar 2025 09:33:37 +0000 Subject: [PATCH] chore: remove logging --- tests/e2e/Services/GraphQL/DatabaseServerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/e2e/Services/GraphQL/DatabaseServerTest.php b/tests/e2e/Services/GraphQL/DatabaseServerTest.php index 62e79bdd9f..87006a1bea 100644 --- a/tests/e2e/Services/GraphQL/DatabaseServerTest.php +++ b/tests/e2e/Services/GraphQL/DatabaseServerTest.php @@ -821,8 +821,6 @@ class DatabaseServerTest extends Scope 'x-appwrite-project' => $projectId, ], $this->getHeaders()), $gqlPayload); - fwrite(STDOUT, json_encode($index, JSON_PRETTY_PRINT)); - $this->assertArrayNotHasKey('errors', $index['body']); $this->assertIsArray($index['body']['data']); $this->assertIsArray($index['body']['data']['databasesCreateIndex']);