1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-11 14:33:44 +00:00

Remove console log

This commit is contained in:
Bogdan 2023-10-30 23:05:53 +02:00
parent 344ea0212d
commit b58f8e1e9f

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