mirror of
https://github.com/openwrt/luci.git
synced 2025-12-20 01:10:26 +08:00
luci-mod-network: remove debugger statement
follow-up to 7df4840b1c
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -65,7 +65,6 @@ return view.extend({
|
||||
},
|
||||
|
||||
render([has_ping6, has_traceroute6, has_arpscan, devices]) {
|
||||
debugger;
|
||||
const dns_host = uci.get('luci', 'diag', 'dns') || 'openwrt.org';
|
||||
const ping_host = uci.get('luci', 'diag', 'ping') || 'openwrt.org';
|
||||
const route_host = uci.get('luci', 'diag', 'route') || 'openwrt.org';
|
||||
|
||||
Reference in New Issue
Block a user