chore: remove logging

This commit is contained in:
Chirag Aggarwal 2025-03-31 09:33:37 +00:00
parent 2c434924de
commit 2a7038bb8e

View file

@ -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']);