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}); }