Removed a debugging log from the onOpen method of the RecurringAccountSelector class.
This commit is contained in:
parent
4bfac2d545
commit
5b4f57d0b3
@ -923,7 +923,6 @@ class RecurringAccountSelector {
|
||||
onOpen() {
|
||||
this.#query.value = "";
|
||||
this.#filterOptions();
|
||||
console.log(this.editor.accountCode);
|
||||
for (const option of this.#options) {
|
||||
option.setActive(option.code === this.editor.accountCode);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user