Remove console log

This commit is contained in:
Bogdan 2023-10-30 23:05:53 +02:00
parent 344ea0212d
commit b58f8e1e9f
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ export default function translate(
) {
const translation = translations[key] || key;
if (!(key in translations)) {
console.warn(`MISSING ${key}`);
}
if (tokens) {
// Fallback to the old behaviour for translations not yet updated to use named tokens
Object.values(tokens).forEach((value, index) => {