diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-05-28 10:41:48 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-05-28 10:42:17 +0200 |
commit | 7226e130eb1c04b3d7630df47ac3bb7bcb8c6d6c (patch) | |
tree | 1d0796e1ca5edd28928d5213ee1baf6b68c6d4ed | |
parent | 27fc389df5dd23f75080aa6f9dc572a8b29933a8 (diff) |
luci-mod-network: remove debug
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
-rw-r--r-- | modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js | 1 |
1 files changed, 0 insertions, 1 deletions
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); }); |