fix some useless console.log
This commit is contained in:
@@ -83,7 +83,7 @@ export const putLocale = async function (givenParam, goodLangs) {
|
||||
}
|
||||
}
|
||||
});
|
||||
console.log(`Lang: ${i18next.t('lang')}`);
|
||||
console.info(`Lang: ${i18next.t('lang')}`);
|
||||
return { langParam, i18next };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user