diff --git a/frontend/src/Utilities/String/translate.ts b/frontend/src/Utilities/String/translate.ts index 5e4728c5cf..36a6093d77 100644 --- a/frontend/src/Utilities/String/translate.ts +++ b/frontend/src/Utilities/String/translate.ts @@ -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) => {