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() {
|
#filterAccountOptions() {
|
||||||
if (this.#optionList === null) {
|
|
||||||
console.log(this.#prefix + "-option-list");
|
|
||||||
}
|
|
||||||
const codesInUse = this.#getAccountCodeUsedInForm();
|
const codesInUse = this.#getAccountCodeUsedInForm();
|
||||||
let shouldAnyShow = false;
|
let shouldAnyShow = false;
|
||||||
for (const option of this.#options) {
|
for (const option of this.#options) {
|
||||||
|
Loading…
Reference in New Issue
Block a user