Remove debugging

This commit is contained in:
Tom MacWright 2013-06-24 14:33:41 -04:00
parent baef8e1ffe
commit e614b60d2b

View File

@ -142,7 +142,6 @@ L.Draggable = L.Class.extend({
}, },
_onUp: function (e) { _onUp: function (e) {
console.log('here');
var first, el, dist, simulateClickTouch, i; var first, el, dist, simulateClickTouch, i;
clearTimeout(this._longPressTimeout); clearTimeout(this._longPressTimeout);