Skip to content

Commit ef4a1c9

Browse files
committed
luci-mod-network: remove debugger statement
follow-up to 7df4840 Signed-off-by: Paul Donald <[email protected]>
1 parent ac13629 commit ef4a1c9

File tree

1 file changed

+0
-1
lines changed
  • modules/luci-mod-network/htdocs/luci-static/resources/view/network

1 file changed

+0
-1
lines changed

modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ return view.extend({
6565
},
6666

6767
render([has_ping6, has_traceroute6, has_arpscan, devices]) {
68-
debugger;
6968
const dns_host = uci.get('luci', 'diag', 'dns') || 'openwrt.org';
7069
const ping_host = uci.get('luci', 'diag', 'ping') || 'openwrt.org';
7170
const route_host = uci.get('luci', 'diag', 'route') || 'openwrt.org';

0 commit comments

Comments
 (0)