diff --git a/src/app/cartography/components/d3-map/d3-map.component.ts b/src/app/cartography/components/d3-map/d3-map.component.ts index 22b22470..61ff692c 100644 --- a/src/app/cartography/components/d3-map/d3-map.component.ts +++ b/src/app/cartography/components/d3-map/d3-map.component.ts @@ -121,7 +121,6 @@ export class D3MapComponent implements OnInit, OnChanges, OnDestroy { this.subscriptions.push( this.toolsService.isMovingToolActivated.subscribe((value: boolean) => { - //this.movingToolWidget.setEnabled(value); this.mapChangeDetectorRef.detectChanges(); }) );