luci-mod-network: remove debugger statement

follow-up to 7df4840b1c

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-12-13 13:36:59 +01:00
parent ac136290da
commit ef4a1c9cea

View File

@@ -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';