diff --git a/Classes/Command/SequenceCommandController.php b/Classes/Command/SequenceCommandController.php index 881d3c1..1884d44 100644 --- a/Classes/Command/SequenceCommandController.php +++ b/Classes/Command/SequenceCommandController.php @@ -76,7 +76,6 @@ class SequenceCommandController extends CommandController ->createQuery('DELETE FROM ' . SequenceEntry::class . ' se WHERE se.type = ?0 AND se.number < ?1') ->execute([$type, $this->sequenceGenerator->getLastNumberFor($type)]); - $this->outputLine('Deleted ' . $rowCount . ' row(s) for type "' . $type . '".'); } }