🔥 Remove logging

This commit is contained in:
Iván Ovejero
2021-12-02 17:57:28 +01:00
parent 0baace0a5c
commit 6d4effc5fc
2 changed files with 0 additions and 14 deletions

View File

@@ -237,8 +237,6 @@ export default mixins(
},
async defaultLocale (newLocale, oldLocale) {
// TODO i18n: Remove next line
console.log(`Switching locale from ${oldLocale} to ${newLocale}`); // eslint-disable-line no-console
loadLanguage(newLocale);
},
},