Removed debug log

This commit is contained in:
Eldad Fux
2020-06-10 21:55:56 +03:00
parent 50e7fc43c9
commit f54b662bdb
@@ -234,8 +234,6 @@ trait TeamsBaseClient
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertCount(1, $response['body']['memberships']);
var_dump($response);
return [];
}
}