Comment out the error_log for header longitude and latitude. #424

This commit is contained in:
Korina Cordero 2020-07-23 06:53:01 +00:00
parent ff83dec5ce
commit febd4d6e09

View file

@ -2439,7 +2439,9 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
$x_lng = $req->headers->get('x-longitude');
$x_lat = $req->headers->get('x-latitude');
error_log('rider_longitude ' . $x_lng);
error_log('rider_latitude ' . $x_lat);
// TODO: this is still unfinished
//error_log('rider_longitude ' . $x_lng);
//error_log('rider_latitude ' . $x_lat);
}
}