From ef8b0c9a9b81af0ae529497e63f6ecdb71199a01 Mon Sep 17 00:00:00 2001 From: mourner Date: Mon, 11 Apr 2011 23:51:56 +0300 Subject: [PATCH] oops, remove console.log --- src/map/Map.js | 1 - 1 file changed, 1 deletion(-) 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); },