Skip to content

Commit

Permalink
fix: remove log information from console (Fixes #2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jun 13, 2024
1 parent f6d132a commit 0c4c082
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const loadTranslation = async (language: string) => {

/** Get the translation object of the separated translation files */
const getTranslationObject = async (language: string): Promise<Translation> => {
console.log('Sprache: ' + language)
switch (language) {
case 'cs':
return langCs;
Expand Down

0 comments on commit 0c4c082

Please sign in to comment.