Removed a debug output from the JavaScript AccountSelector class.

This commit is contained in:
依瑪貓 2023-03-10 14:01:06 +08:00
parent f2c184f769
commit 107d161379

View File

@ -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) {