mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: remove logging
This commit is contained in:
parent
2c434924de
commit
2a7038bb8e
1 changed files with 0 additions and 2 deletions
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue