Removed a debugging log from the onOpen method of the RecurringAccountSelector class.

This commit is contained in:
依瑪貓 2023-03-24 00:27:37 +08:00
parent 4bfac2d545
commit 5b4f57d0b3

View File

@ -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);
} }