luci-mod-network: remove debug
authorPaul Donald <newtwen+github@gmail.com>
Tue, 28 May 2024 08:41:48 +0000 (10:41 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 28 May 2024 08:42:17 +0000 (10:42 +0200)
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 0621a12d2484dd638dac3372dc49c9e182566e3e..051e8d529ce4b7ec1e3f544232ff1c92679944dd 100644 (file)
@@ -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);
                });