From a30cc544667225ca419c7ecbe7fcbe255c16f992 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Sun, 1 Feb 2026 11:02:10 +0100 Subject: [PATCH] fix: remove leftover var_dump() debugging call Signed-off-by: Richard Steinmetz --- lib/Command/QueueStats.php | 2 -- 1 file changed, 2 deletions(-) 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(