removed console.logs

This commit is contained in:
muerwre 2019-02-26 17:54:03 +07:00
parent 4dc07e5336
commit 64b057c708
3 changed files with 0 additions and 4 deletions

View file

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