Remove console log

pull/4266/head
Bogdan 7 months ago
parent 344ea0212d
commit b58f8e1e9f

@ -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) => {

Loading…
Cancel
Save