Removing comments

This commit is contained in:
Piotr Pekala 2019-04-01 02:01:05 -07:00
parent d833b6409f
commit 5a71481d47

View File

@ -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();
})
);