diff --git a/src/client/Utils.ts b/src/client/Utils.ts index 0522fe539..a0d3ff912 100644 --- a/src/client/Utils.ts +++ b/src/client/Utils.ts @@ -89,7 +89,6 @@ export const translateText = ( !langSelector.translations || Object.keys(langSelector.translations).length === 0 ) { - console.warn("Translations not loaded yet"); return key; }