Skip to content

Commit 86029bc

Browse files
author
Zzz-ams
committed
cleanup
1 parent 38ecdd0 commit 86029bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/actions/directionsActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
reverse_geocode,
2121
forward_geocode,
2222
parseGeocodeResponse,
23-
} from 'utils/photon'
23+
} from 'utils/geoencoder'
2424

2525
import {
2626
VALHALLA_OSM_URL,

src/utils/photon.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@ export const parseGeocodeResponse = (results, lngLat) => {
6969
})
7070
}
7171
}
72-
console.log(processedResults)
7372
return processedResults
7473
}

0 commit comments

Comments
 (0)