From: Florian Eckert Date: Thu, 16 Apr 2020 18:55:30 +0000 (+0200) Subject: luci-theme-material: remove useless logging output X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1b875a610f0cb835f9472b55d726dc339f9af633;p=project%2Fluci.git luci-theme-material: remove useless logging output Signed-off-by: Florian Eckert --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js index ae39d00751..1a5fce4e2d 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js +++ b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js @@ -195,7 +195,6 @@ document.addEventListener('luci-loaded', function(ev) { $(".slide > a").removeAttr("href"); if (mainNodeName != undefined) { - console.log(mainNodeName); switch (mainNodeName) { case "node-status-system_log": case "node-status-kernel_log":