Chore: remove i18n console log (#56691)

This commit is contained in:
Josh Hunt
2022-10-11 07:22:48 -04:00
committed by GitHub
parent 11c4ab8397
commit 6969354490
@@ -15,7 +15,6 @@ const loadTranslations: BackendModule = {
type: 'backend',
init() {},
async read(language, namespace, callback) {
console.log('using loadTranslations plugin', { language, namespace, callback });
const loader = messageLoaders[language];
if (!loader) {
return callback(new Error('No message loader available for ' + language), null);