diff --git a/src/helper/getName.ts b/src/helper/getName.ts index a0fae8f..0560298 100644 --- a/src/helper/getName.ts +++ b/src/helper/getName.ts @@ -47,7 +47,6 @@ export function getLocaleName(locale: string, data: Record | und const langKey = listCurrentLanguageApi[locale as keyof typeof listCurrentLanguageApi].toLowerCase(); - console.log(langKey) let text = data[langKey] ?? ""; if (!text) {