Removed a debug output from the JavaScript AccountSelector class.
This commit is contained in:
parent
f2c184f769
commit
107d161379
@ -126,9 +126,6 @@ class AccountSelector {
|
||||
*
|
||||
*/
|
||||
#filterAccountOptions() {
|
||||
if (this.#optionList === null) {
|
||||
console.log(this.#prefix + "-option-list");
|
||||
}
|
||||
const codesInUse = this.#getAccountCodeUsedInForm();
|
||||
let shouldAnyShow = false;
|
||||
for (const option of this.#options) {
|
||||
|
Loading…
Reference in New Issue
Block a user