From 05d50e28f7bc0466ce98393e58e2cdbbc3bcebc0 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Mon, 8 Nov 2021 07:45:31 +0000 Subject: [PATCH] Comment out debug log. #630 --- src/Command/UpdateUnacceptedJobOrdersCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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