Remove obsolete console.logs

This commit is contained in:
Pieter Vander Vennet 2021-12-22 00:43:15 +01:00
parent 7ca7612960
commit 95d6244008
2 changed files with 1 additions and 3 deletions

View file

@ -62,7 +62,6 @@ export default class LeftControls extends Combine {
const elem = currentViewFL.layerDef.mapRendering[0]?.GenerateLeafletStyle(new UIEventSource(tags), false, {
noSize: true
})?.html
console.log("Elem is ", elem, "for", tags)
if (elem === undefined) {
return defaultIcon
}