Removed a debug logging in the JavaScript for the account form.

This commit is contained in:
依瑪貓 2023-02-26 11:40:53 +08:00
parent 284b5be128
commit 2c367703e4

View File

@ -93,7 +93,6 @@ function initializeBaseAccountQuery() {
const options = Array.from(document.getElementsByClassName("accounting-base-option"));
const queryNoResult = document.getElementById("accounting-base-option-no-result");
query.addEventListener("input", function () {
console.log(query.value);
if (query.value === "") {
options.forEach(function (option) {
option.classList.remove("d-none");