diff --git a/src/index.html b/src/index.html index 00027e7..c87d24b 100644 --- a/src/index.html +++ b/src/index.html @@ -20,10 +20,10 @@ - + - + diff --git a/src/js/map.js b/src/js/map.js index 9adc04f..5a970a3 100644 --- a/src/js/map.js +++ b/src/js/map.js @@ -49,7 +49,6 @@ $(document).ready(function() { iconDescription = "blue"; } } - console.debug("Created " + iconDescription + " marker"); return new HoverMarker(latlng, { icon: icon, riseOnHover: true}); }