refactor(frontend): Verwijder console logs

This commit is contained in:
Tibo De Peuter 2025-03-23 12:32:41 +01:00
parent b71dac512f
commit 293c51bab3
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
5 changed files with 11 additions and 10 deletions

View file

@ -32,7 +32,6 @@
function changeLanguage(langCode: string): void {
locale.value = langCode;
localStorage.setItem("user-lang", langCode);
console.log(langCode);
}
</script>