diff --git a/src/map/Map.js b/src/map/Map.js index 16ad44ca..286ec560 100644 --- a/src/map/Map.js +++ b/src/map/Map.js @@ -352,7 +352,6 @@ L.Map = L.Class.extend({ }, _onMouseClick: function(e) { - console.log(e); if (this.dragging && this.dragging.moved()) { return; } this._fireMouseEvent(e); },