diff --git a/frontend/static/js/index.js b/frontend/static/js/index.js index 1bf21fe..6193116 100644 --- a/frontend/static/js/index.js +++ b/frontend/static/js/index.js @@ -155,7 +155,6 @@ document.addEventListener("DOMContentLoaded", async () => { el.onclick = async _ => { if (await lang.changeLanguage(el.value)) return; - console.log(lang); document.querySelector('#languageSelector > .active')?.classList.remove('active'); el.classList.add('active'); };