luci-mod-network: remove firewall loading in dhcp.js

This is just a leftover from the dns/dhcp split. It isn't used in
dhcp.js.

Signed-off-by: David Härdeman <david@hardeman.nu>
This commit is contained in:
David Härdeman
2025-10-21 21:58:26 +02:00
committed by Paul Donald
parent 7626b810be
commit 2ec14910dd

View File

@@ -227,8 +227,7 @@ return view.extend({
callDUIDHints(),
getDHCPPools(),
network.getNetworks(),
L.hasSystemFeature('ufpd') ? callUfpList() : null,
uci.load('firewall')
L.hasSystemFeature('ufpd') ? callUfpList() : null
]);
},