diff --git a/src/Command/UpdateUnacceptedJobOrdersCommand.php b/src/Command/UpdateUnacceptedJobOrdersCommand.php index b23eb215..2a9ba2c6 100644 --- a/src/Command/UpdateUnacceptedJobOrdersCommand.php +++ b/src/Command/UpdateUnacceptedJobOrdersCommand.php @@ -89,7 +89,7 @@ class UpdateUnacceptedJobOrdersCommand extends Command $jo = $jo_info['jo']; if ($jo != null) { - $output->writeln('Requeuing for rider assignment ' . $jo->getID()); + // $output->writeln('Requeuing for rider assignment ' . $jo->getID()); $id = $jo->getID(); // send notifications to rider app, telling rider that jo has been requeued