Remove obsolete log

This commit is contained in:
Pieter Vander Vennet 2023-11-23 16:00:49 +01:00
parent 679e371bd4
commit c508ab4741

View file

@ -264,7 +264,6 @@ export default class PointRenderingConfig extends WithContextLoader {
tags.map((tags) => this.iconSize.GetRenderValue(tags).Subs(tags).txt ?? "[40,40]").map(
(size) => {
const [iconW, iconH] = size.split(",").map((x) => num(x))
console.log("Setting size to", iconW, iconH)
iconAndBadges.SetStyle(`width: ${iconW}px; height: ${iconH}px`)
}
)