diff --git a/tests/Feature/ClassificationTest.php b/tests/Feature/ClassificationTest.php index c4fcf92fef..ed94e39eab 100644 --- a/tests/Feature/ClassificationTest.php +++ b/tests/Feature/ClassificationTest.php @@ -171,8 +171,6 @@ class ClassificationTest extends TestCase $this->company->settings = $settings; - nlog($settings); - $response = $this->withHeaders([ 'X-API-SECRET' => config('ninja.api_secret'), 'X-API-TOKEN' => $this->token,