Comment out log messages . #611

This commit is contained in:
Korina Cordero 2021-08-10 05:59:00 +00:00
parent 5d98df83ed
commit 18852941a7

View file

@ -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);