Clean up commented lines

This commit is contained in:
Johannes 2012-03-19 04:29:17 +00:00
parent c95945582e
commit 7c0b9f06b8

View File

@ -30,16 +30,6 @@
map.locate({setView: true}); 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);
</script> </script>
</body> </body>
</html> </html>