Comment out log messages . #611
This commit is contained in:
parent
5d98df83ed
commit
18852941a7
1 changed files with 1 additions and 1 deletions
|
|
@ -2912,7 +2912,7 @@ class APIController extends Controller implements LoggedController
|
|||
{
|
||||
// TODO: log hub as cannot be auto rider assigned somewhere
|
||||
// assign hub
|
||||
error_log('Rider cannot be auto assigned ' . $nearest_hub['hub']->getID());
|
||||
// error_log('Rider cannot be auto assigned ' . $nearest_hub['hub']->getID());
|
||||
$jo->setHub($nearest_hub['hub']);
|
||||
$jo->setStatus(JOStatus::RIDER_ASSIGN);
|
||||
$jo->setStatusAutoAssign(AutoAssignStatus::HUB_ASSIGNED);
|
||||
|
|
|
|||
Loading…
Reference in a new issue