1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Removed debug log

This commit is contained in:
Eldad Fux 2020-06-10 21:55:56 +03:00
parent 50e7fc43c9
commit f54b662bdb

View file

@ -234,8 +234,6 @@ trait TeamsBaseClient
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertCount(1, $response['body']['memberships']);
var_dump($response);
return [];
}
}