From c508ab4741297d0d53a994ec238c1294f6a1ff0b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 23 Nov 2023 16:00:49 +0100 Subject: [PATCH] Remove obsolete log --- src/Models/ThemeConfig/PointRenderingConfig.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Models/ThemeConfig/PointRenderingConfig.ts b/src/Models/ThemeConfig/PointRenderingConfig.ts index e36cc9823b..800be4d4fa 100644 --- a/src/Models/ThemeConfig/PointRenderingConfig.ts +++ b/src/Models/ThemeConfig/PointRenderingConfig.ts @@ -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`) } )