mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
refactor: remove debug log closes #11090
This commit is contained in:
@@ -518,7 +518,6 @@ define('settings', ['hooks', 'alerts'], function (hooks, alerts) {
|
|||||||
formEl = $(formEl);
|
formEl = $(formEl);
|
||||||
|
|
||||||
const controls = formEl.get(0).elements;
|
const controls = formEl.get(0).elements;
|
||||||
console.log(controls);
|
|
||||||
const ok = Settings.check(controls);
|
const ok = Settings.check(controls);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user