refactor: remove debug log closes #11090

This commit is contained in:
Barış Soner Uşaklı
2022-12-16 09:07:17 -05:00
parent e213dbc3b7
commit 06f4801e57

View File

@@ -518,7 +518,6 @@ define('settings', ['hooks', 'alerts'], function (hooks, alerts) {
formEl = $(formEl);
const controls = formEl.get(0).elements;
console.log(controls);
const ok = Settings.check(controls);
if (!ok) {
return;