mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
chore: remove console log
This commit is contained in:
parent
c331a3caae
commit
6dda6e1fda
1 changed files with 0 additions and 2 deletions
|
|
@ -189,8 +189,6 @@ abstract class Scope extends TestCase
|
|||
'name' => $name,
|
||||
]);
|
||||
|
||||
fwrite(STDERR, json_encode($user, JSON_PRETTY_PRINT));
|
||||
|
||||
$this->assertEquals(201, $user['headers']['status-code']);
|
||||
|
||||
$session = $this->client->call(Client::METHOD_POST, '/account/sessions/email', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue