mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: remove console log
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user