mirror of https://gitee.com/answerdev/answer.git
chore: remove legacy console.log
This commit is contained in:
parent
feb07b76b1
commit
750d442b59
|
@ -85,7 +85,6 @@ export const getCurrentLang = () => {
|
|||
|
||||
export const setupAppLanguage = async () => {
|
||||
const lang = getCurrentLang();
|
||||
console.log(lang);
|
||||
if (!i18next.getDataByLanguage(lang)) {
|
||||
await addI18nResource(lang);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue