From acef56726c09e9eed15165be17aa955bf93d2e93 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 4 Mar 2020 08:25:15 +0100 Subject: [PATCH] luci-mod-status: routes.js: remove debug code Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/resources/view/status/routes.js | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.25.1