diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-04-16 20:55:30 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-05-04 12:43:59 +0200 |
commit | 1b875a610f0cb835f9472b55d726dc339f9af633 (patch) | |
tree | ae8811da5322484d036ae985875ceeffbcc1a854 /themes | |
parent | 5ab5b85e01f06e267efb729c9ce9e0dd43b4e625 (diff) |
luci-theme-material: remove useless logging output
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/luci-theme-material/htdocs/luci-static/material/js/script.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 ae39d0075..1a5fce4e2 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": |