diff --git a/debug/map/geolocation.html b/debug/map/geolocation.html index 59221d92..7f5b0846 100644 --- a/debug/map/geolocation.html +++ b/debug/map/geolocation.html @@ -30,16 +30,6 @@ map.locate({setView: true}); - -// function logEvent(e) { console.log(e); } -// -// map.on('movestart', logEvent); -// map.on('move', logEvent); -// map.on('moveend', logEvent); -// -// map.on('zoomstart', logEvent); -// map.on('zoomend', logEvent); -