Comment out debug log. #630
This commit is contained in:
parent
f9de11ccb5
commit
05d50e28f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue