From 34cc3866bb4a429a1b1e5cfc85175859b488fcef Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Mon, 26 Aug 2024 11:14:34 +1200 Subject: [PATCH] refactor: remove commented code; --- packages/landing/src/components/map.label.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/landing/src/components/map.label.tsx b/packages/landing/src/components/map.label.tsx index c5ef382a6..3bfbfe0e7 100644 --- a/packages/landing/src/components/map.label.tsx +++ b/packages/landing/src/components/map.label.tsx @@ -27,8 +27,6 @@ export class MapLabelControl implements IControl { this.button.appendChild(this.buttonIcon); this.container.appendChild(this.button); - // this.button.innerHTML = `more`; - this.events.push(Config.map.on('labels', this.updateLabelIcon)); this.events.push(Config.map.on('layer', this.updateLabelIcon));