settings: remove debug console.logs

This commit is contained in:
Harvey Tindall
2026-03-01 16:33:23 +00:00
parent d7fdf29c7c
commit 5aa640d63d

View File

@@ -128,7 +128,6 @@ class DOMSetting {
this._hideEl.classList.remove("unfocused");
}
document.dispatchEvent(changedEvent(this._section, this.setting, this.valueAsString(), v));
console.log(`dispatched settings-${this._section}-${this.setting} = ${this.valueAsString()}/${v}`);
}
private _advancedListener = (event: advancedEvent) => {