From 2e7b5ceff086a1c01fc304f92fd886a6d93fb1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sat, 17 Nov 2018 01:41:18 +0100 Subject: [PATCH] remove debug statement --- 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 196bf925..5733d57e 100644 --- a/src/c3nav/editor/static/editor/js/editor.js +++ b/src/c3nav/editor/static/editor/js/editor.js @@ -1098,7 +1098,6 @@ editor = { item = data[i]; apid = 'ap-'+item.bssid.replace(/:/g, '-'); line = $table.find('tr.'+apid); - console.log(line); color = Math.max(0, Math.min(50, item.level+80)); color = 'rgb('+String(250-color*5)+', '+String(color*4)+', 0)'; if (line.length) {