Skip to content

Commit

Permalink
Removed a few debug lines that got left behind
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej authored Jun 2, 2020
1 parent 7644816 commit dae80d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tap.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public function __invoke($logger)
$handler->pushProcessor(new MemoryUsageProcessor);

// Additional options.
$handler->getFormatter()->setJsonPrettyPrint(true);
$handler->getFormatter()->setJsonPrettyPrint(false);

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

0 comments on commit dae80d2

Please sign in to comment.