diff --git a/tests/Feature/PdfMaker/ExampleIntegrationTest.php b/tests/Feature/PdfMaker/ExampleIntegrationTest.php index 3337550e1442..1f923f9f5fbc 100644 --- a/tests/Feature/PdfMaker/ExampleIntegrationTest.php +++ b/tests/Feature/PdfMaker/ExampleIntegrationTest.php @@ -57,10 +57,6 @@ class ExampleIntegrationTest extends TestCase ->design($design) ->build(); - // exec('echo "" > storage/logs/laravel.log'); - -// nlog($maker->getCompiledHTML(true)); - $this->assertNotNull($maker->getCompiledHTML(true)); } }