From 64b057c7081325ae300ac9d34b37d650867d6e0a Mon Sep 17 00:00:00 2001 From: muerwre Date: Tue, 26 Feb 2019 17:54:03 +0700 Subject: [PATCH] removed console.logs --- src/modules/InteractivePoly.ts | 1 - src/modules/Poly.ts | 2 -- src/utils/arrow.ts | 1 - 3 files changed, 4 deletions(-) diff --git a/src/modules/InteractivePoly.ts b/src/modules/InteractivePoly.ts index 539dd74..c5c7250 100644 --- a/src/modules/InteractivePoly.ts +++ b/src/modules/InteractivePoly.ts @@ -242,7 +242,6 @@ export class Component extends Polyline { this.markers.splice((this.hint_prev_marker + 1), 0, this.createMarker(latlng)); this.insertLatLng(latlng, this.hint_prev_marker + 1); - console.log('--> dragHintAddMarker'); this.hideDragHint(); this.stopDragHintMove(); diff --git a/src/modules/Poly.ts b/src/modules/Poly.ts index 8c87f78..e1a3fe0 100644 --- a/src/modules/Poly.ts +++ b/src/modules/Poly.ts @@ -129,8 +129,6 @@ export class Poly { }; setPoints = (latlngs: Array): void => { - console.log('setP'); - if (!latlngs || latlngs.length <= 1) return; this.poly.setPoints(latlngs); }; diff --git a/src/utils/arrow.ts b/src/utils/arrow.ts index 931fdc8..ce050f6 100644 --- a/src/utils/arrow.ts +++ b/src/utils/arrow.ts @@ -19,7 +19,6 @@ export const createArrow = (latlng: LatLngLiteral, angle: number): Marker => mar }); export const arrowClusterIcon = (cluster): DivIcon => { - console.log(cluster.getAllChildMarkers()); const markers = cluster.getAllChildMarkers(); const nearest = markers.sort((a, b) => (