From: Paul Donald Date: Tue, 28 May 2024 08:41:48 +0000 (+0200) Subject: luci-mod-network: remove debug X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7226e130eb1c04b3d7630df47ac3bb7bcb8c6d6c;p=openwrt-luci.git luci-mod-network: remove debug Signed-off-by: Paul Donald --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 0621a12d24..051e8d529c 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -978,7 +978,6 @@ return view.extend({ so = ss.option(form.DynamicList, 'name', _('Name of the set')); uci.sections('firewall', 'ipset', function(s) { - console.log('fukt:', s); if (typeof(s.name) == 'string') so.value(s.name, s.comment ? '%s (%s)'.format(s.name, s.comment) : s.name); });