diff --git a/lib/Support/LoggerInterfaceToOutputAdapter.php b/lib/Support/LoggerInterfaceToOutputAdapter.php index e88d629..8c40833 100644 --- a/lib/Support/LoggerInterfaceToOutputAdapter.php +++ b/lib/Support/LoggerInterfaceToOutputAdapter.php @@ -18,7 +18,6 @@ class LoggerInterfaceToOutputAdapter implements LoggerInterface { public function __construct( private readonly OutputInterface $output, ) { - var_dump($output->getVerbosity()); } public function emergency(string|Stringable $message, array $context = []): void {