refactor(frontend): Verwijder console logs
This commit is contained in:
parent
b71dac512f
commit
293c51bab3
5 changed files with 11 additions and 10 deletions
|
@ -32,7 +32,6 @@
|
|||
function changeLanguage(langCode: string): void {
|
||||
locale.value = langCode;
|
||||
localStorage.setItem("user-lang", langCode);
|
||||
console.log(langCode);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue