forked from MapComplete/MapComplete
Remove obsolete log
This commit is contained in:
parent
679e371bd4
commit
c508ab4741
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ export default class PointRenderingConfig extends WithContextLoader {
|
||||||
tags.map((tags) => this.iconSize.GetRenderValue(tags).Subs(tags).txt ?? "[40,40]").map(
|
tags.map((tags) => this.iconSize.GetRenderValue(tags).Subs(tags).txt ?? "[40,40]").map(
|
||||||
(size) => {
|
(size) => {
|
||||||
const [iconW, iconH] = size.split(",").map((x) => num(x))
|
const [iconW, iconH] = size.split(",").map((x) => num(x))
|
||||||
console.log("Setting size to", iconW, iconH)
|
|
||||||
iconAndBadges.SetStyle(`width: ${iconW}px; height: ${iconH}px`)
|
iconAndBadges.SetStyle(`width: ${iconW}px; height: ${iconH}px`)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue