1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Remove logging

This commit is contained in:
David Bomba 2023-01-21 09:18:09 +11:00
parent ca225846c2
commit 810e997dfc

View File

@ -187,7 +187,7 @@ class BaseApiTest extends TestCase
collect($this->list_routes)->filter(function ($route){
return !in_array($route, ['tasks','users','group_settings','designs']);
})->each(function($route){
nlog($route);
// nlog($route);
$response = $this->withHeaders([
'X-API-SECRET' => config('ninja.api_secret'),
'X-API-TOKEN' => $this->low_token,