From f3a803e6ce4144b1e8b44bc2dadb311d9ece4194 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Fri, 31 May 2024 13:08:00 +0200 Subject: [PATCH] Fix Codacy issue --- Classes/Command/ReindexCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/Command/ReindexCommand.php b/Classes/Command/ReindexCommand.php index dc7979347..177cf923c 100644 --- a/Classes/Command/ReindexCommand.php +++ b/Classes/Command/ReindexCommand.php @@ -165,7 +165,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int ->setLimit((int) $input->getOption('index-limit')) ->setOffset((int) $input->getOption('index-begin')) ->execute(); - $io->writeln($input->getOption('index-limit') . ' documents starting from ' . $input->getOption('index-begin') . ' will be indexed.'); } else { // Get all documents.