mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-03-18 21:50:33 +01:00
settings: remove debug console.logs
This commit is contained in:
@@ -128,7 +128,6 @@ class DOMSetting {
|
|||||||
this._hideEl.classList.remove("unfocused");
|
this._hideEl.classList.remove("unfocused");
|
||||||
}
|
}
|
||||||
document.dispatchEvent(changedEvent(this._section, this.setting, this.valueAsString(), v));
|
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) => {
|
private _advancedListener = (event: advancedEvent) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user