diff --git a/src/accounting/static/js/option-form.js b/src/accounting/static/js/option-form.js index fe339a5..7fcc5fd 100644 --- a/src/accounting/static/js/option-form.js +++ b/src/accounting/static/js/option-form.js @@ -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); }