From c329c37c7b10549caff1b2b56b73e385427cd696 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 17 Oct 2021 14:01:48 +0200 Subject: [PATCH] chore: cleanup --- src/i18n/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/i18n/index.js b/src/i18n/index.js index a6c6ba30..60ccde6a 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -27,7 +27,6 @@ const setI18nLanguage = lang => { } export const loadLanguageAsync = lang => { - console.log(lang, i18n.global.locale) // If the same language if (i18n.global.locale === lang) { return Promise.resolve(setI18nLanguage(lang))