Skip to content

Commit 0ca772e

Browse files
author
Rik Smith-Unna
committed
remove unused log cmd
1 parent e4c510e commit 0ca772e

File tree

1 file changed

+0
-1
lines changed
  • src/components/catch/lakemap

1 file changed

+0
-1
lines changed

src/components/catch/lakemap/map.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ module.exports = class Map extends Component {
208208
map.on('locationfound', e => {
209209
// check if location is in bounds
210210
if (!map.getBounds().contains(e.latlng)) {
211-
console.log('location was outside ontario bounds')
212211
this._showNotification('Your location is outside Ontario')
213212
return
214213
}

0 commit comments

Comments
 (0)