mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove debug code
This commit is contained in:
@@ -144,9 +144,6 @@ class TablesDBPermissionsGuestTest extends Scope
|
||||
]
|
||||
);
|
||||
|
||||
if ($publicResponse['headers']['status-code'] !== 201) {
|
||||
var_dump('PUBLIC RESPONSE:', $publicResponse['body']);
|
||||
}
|
||||
$this->assertEquals(201, $publicResponse['headers']['status-code']);
|
||||
$this->assertEquals(201, $privateResponse['headers']['status-code']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user