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));