[RMV] GENERAL: Remove unwanted console log messages

This commit is contained in:
Horilla
2025-10-29 17:31:51 +05:30
parent dcbcb80791
commit 271ada3171
21 changed files with 2 additions and 31 deletions

View File

@@ -112,7 +112,6 @@
newURL = currentURL + separator + "view="+view;
}
history.pushState({}, "", newURL);
console.log(view)
$("#taskAllFilterForm").attr("hx-vals", `{"view":"${view}"}`);
$('#filter-task-all').attr("hx-vals", `{"view":"${view}"}`);
}