Remove debug print

This commit is contained in:
Midgard 2020-05-22 22:27:14 +02:00
parent 21d7a994f8
commit 296365b925
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ $(document).ready(function() {
iconDescription = "blue";
}
}
console.debug("Created " + iconDescription + " marker");
return new HoverMarker(latlng, { icon: icon, riseOnHover: true});
}