From b4862b00623b8861dfe280c3890dcb56bc38d53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sat, 10 Jun 2017 23:21:29 +0200 Subject: [PATCH] remove debug output --- src/c3nav/editor/static/editor/js/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c3nav/editor/static/editor/js/editor.js b/src/c3nav/editor/static/editor/js/editor.js index 32ce33cf..36a96d75 100644 --- a/src/c3nav/editor/static/editor/js/editor.js +++ b/src/c3nav/editor/static/editor/js/editor.js @@ -380,7 +380,6 @@ editor = { _click_geometry_layer: function (e) { // click callback for a geometry layer – scroll the corresponding itemtable row into view if it exists if (editor._loading_geometry) return; - console.log(e.target); e.target.list_elem[0].scrollIntoView(); }, _dblclick_geometry_layer: function (e) {