Removed a debug logging in the JavaScript for the account form.
This commit is contained in:
parent
284b5be128
commit
2c367703e4
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user