Skip to content

Commit ab3ac48

Browse files
fixup: Update core/Command/Background/JobWorker.php
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Salvatore Martire <[email protected]>
1 parent 0b390e3 commit ab3ac48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/Command/Background/JobWorker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
119119
continue;
120120
}
121121

122-
$output->writeln('<comment>Job ' . $job::class . ' is a TimedJob, this command is designed to run QueuedJob.</comment>');
123122
$output->writeln('Running job ' . get_class($job) . ' with ID ' . $job->getId());
124123

125124
if ($output->isVerbose()) {

0 commit comments

Comments
 (0)