Skip to content

Commit dae80d2

Browse files
authored
Removed a few debug lines that got left behind
1 parent 7644816 commit dae80d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Tap.php

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public function __invoke($logger)
4141
$handler->pushProcessor(new MemoryUsageProcessor);
4242

4343
// Additional options.
44-
$handler->getFormatter()->setJsonPrettyPrint(true);
45-
$handler->getFormatter()->setJsonPrettyPrint(false);
4644

4745
if (method_exists($handler->getFormatter(), 'setJsonPrettyPrint')) {
4846
if ((bool)config('laravel-extended-logging.json-pretty-print')) {

0 commit comments

Comments
 (0)