Comment out the error_log for header longitude and latitude. #424
This commit is contained in:
parent
ff83dec5ce
commit
febd4d6e09
1 changed files with 4 additions and 2 deletions
|
|
@ -2439,7 +2439,9 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
|
||||||
$x_lng = $req->headers->get('x-longitude');
|
$x_lng = $req->headers->get('x-longitude');
|
||||||
$x_lat = $req->headers->get('x-latitude');
|
$x_lat = $req->headers->get('x-latitude');
|
||||||
|
|
||||||
error_log('rider_longitude ' . $x_lng);
|
// TODO: this is still unfinished
|
||||||
error_log('rider_latitude ' . $x_lat);
|
|
||||||
|
//error_log('rider_longitude ' . $x_lng);
|
||||||
|
//error_log('rider_latitude ' . $x_lat);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue