From 5a71481d47846834205f2b33caa4c2d5967d251e Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Mon, 1 Apr 2019 02:01:05 -0700 Subject: [PATCH] Removing comments --- src/app/cartography/components/d3-map/d3-map.component.ts | 1 - 1 file changed, 1 deletion(-) 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(); }) );