oops, remove console.log
This commit is contained in:
parent
7162bd4930
commit
ef8b0c9a9b
@ -352,7 +352,6 @@ L.Map = L.Class.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_onMouseClick: function(e) {
|
_onMouseClick: function(e) {
|
||||||
console.log(e);
|
|
||||||
if (this.dragging && this.dragging.moved()) { return; }
|
if (this.dragging && this.dragging.moved()) { return; }
|
||||||
this._fireMouseEvent(e);
|
this._fireMouseEvent(e);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user