Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Oct 30, 2023
1 parent 344ea02 commit b58f8e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/Utilities/String/translate.ts
Expand Up @@ -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) => {
Expand Down

0 comments on commit b58f8e1

Please sign in to comment.