mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Remove logging
This commit is contained in:
parent
ca225846c2
commit
810e997dfc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user