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() {
|
onOpen() {
|
||||||
this.#query.value = "";
|
this.#query.value = "";
|
||||||
this.#filterOptions();
|
this.#filterOptions();
|
||||||
console.log(this.editor.accountCode);
|
|
||||||
for (const option of this.#options) {
|
for (const option of this.#options) {
|
||||||
option.setActive(option.code === this.editor.accountCode);
|
option.setActive(option.code === this.editor.accountCode);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user