From: Jo-Philipp Wich Date: Wed, 4 Mar 2020 07:25:15 +0000 (+0100) Subject: luci-mod-status: routes.js: remove debug code X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=acef56726c09e9eed15165be17aa955bf93d2e93;p=oweals%2Fluci.git luci-mod-status: routes.js: remove debug code Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js index a296b627f..90cf2dd53 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js @@ -119,8 +119,6 @@ return L.view.extend({ dest = m ? (m[2] == 'default' ? (v6 ? '::/0' : '0.0.0.0/0') : m[2]) : null, flags = m ? m[3].trim().split(/\s+/) : []; - console.debug(lines[i], m); - if (!dest || type != 'unicast' || dest == 'fe80::/64' || dest == 'ff00::/8') continue;