rm console.log my bad
This commit is contained in:
parent
e94384a5d9
commit
e9369293dc
@ -36,7 +36,6 @@ module.exports = function () {
|
|||||||
var json = JSON.parse(body);
|
var json = JSON.parse(body);
|
||||||
|
|
||||||
var hasRoute = json.code === 'ok';
|
var hasRoute = json.code === 'ok';
|
||||||
//console.log(json.routes[0].legs[0].steps);
|
|
||||||
|
|
||||||
if (hasRoute) {
|
if (hasRoute) {
|
||||||
instructions = this.wayList(json.routes[0]);
|
instructions = this.wayList(json.routes[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user