diff --git a/lib/Command/QueueStats.php b/lib/Command/QueueStats.php index de6f43d..76f4d50 100644 --- a/lib/Command/QueueStats.php +++ b/lib/Command/QueueStats.php @@ -51,8 +51,6 @@ protected function configure(): void { } protected function execute(InputInterface $input, OutputInterface $output): int { - var_dump($input->getOption('interval')); - $intervals = self::DEFAULT_INTERVALS; if ($input->getOption(self::OPT_INTERVAL)) { $intervals = array_map(