Skip to content

Commit d70aef7

Browse files
author
Nathan
committed
remove console code
1 parent 2ef2c2e commit d70aef7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dist/leaflet.plotter.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/leaflet.plotter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ L.Polyline.plotter = L.Polyline.extend({
3636
if(typeof markerFunction !== 'undefined'){
3737
this.options.readOnly = readOnly;
3838
for(index in this._halfwayPointMarkers){
39-
console.log(halfwayMarkerFunction);
4039
this[halfwayMarkerFunction](this._halfwayPointMarkers[index]);
4140
}
4241
for(index in this._lineMarkers){

0 commit comments

Comments
 (0)