From 296365b925580c18314abdaa7baa0200a8f52de9 Mon Sep 17 00:00:00 2001 From: Midgard Date: Fri, 22 May 2020 22:27:14 +0200 Subject: [PATCH] Remove debug print --- src/js/map.js | 1 - 1 file changed, 1 deletion(-) 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}); }