oops, remove console.log

This commit is contained in:
mourner 2011-04-11 23:51:56 +03:00
parent 7162bd4930
commit ef8b0c9a9b

View File

@ -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);
},