chore: remove legacy console.log

This commit is contained in:
haitao(lj) 2022-11-17 14:45:59 +08:00
parent feb07b76b1
commit 750d442b59
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ export const getCurrentLang = () => {
export const setupAppLanguage = async () => {
const lang = getCurrentLang();
console.log(lang);
if (!i18next.getDataByLanguage(lang)) {
await addI18nResource(lang);
}