Skip to content

Commit fe13bce

Browse files
committed
chore: remove log statement
1 parent 1e5481e commit fe13bce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/actions/ui.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export function matchContentToUrl (location) {
7474
// pathname to specify lat, lon, etc.)
7575
[,, lat, lon, zoom, routerId] = idToParams(location.pathname, '/')
7676
}
77-
console.log('Setting start position/zoom/router', lat, lon, zoom, routerId)
7877
// Update map location/zoom and optionally override router ID.
7978
dispatch(setMapCenter({ lat, lon }))
8079
dispatch(setMapZoom({ zoom }))

0 commit comments

Comments
 (0)