fix some useless console.log

This commit is contained in:
JFH
2021-05-15 16:20:13 +02:00
parent d73e5cad5b
commit 9a68ba6358
13 changed files with 6 additions and 73 deletions

View File

@@ -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 };
};