From bdcd7fd814c063f05db5b30da3f515a935c55ca0 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 16 Jan 2020 16:32:37 +0700 Subject: [PATCH] cleanup --- src/utils/marks.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/marks.ts b/src/utils/marks.ts index 2671151..db4cc53 100644 --- a/src/utils/marks.ts +++ b/src/utils/marks.ts @@ -154,7 +154,6 @@ KmMarksLayer.addInitHook(function() { this.map = event.target._map; this.marksLayer.addTo(this.map); this.endMarker.addTo(this.map); - // this.arrowsLayer.addTo(this.map); } }); @@ -162,7 +161,6 @@ KmMarksLayer.addInitHook(function() { if (event.target instanceof KmMarksLayer) { this.marksLayer.removeFrom(this.map); this.endMarker.removeFrom(this.map); - // this.arrowsLayer.removeFrom(this.map); } }); });