summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js1
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);
});