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.