From 6fc35019c7764a9261c3ccd81df53770738fbccd Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Sun, 18 Aug 2024 21:51:00 +0500 Subject: [PATCH] cleanup --- src/runtime/01.plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/01.plugin.ts b/src/runtime/01.plugin.ts index 5b2ca721..ca60b712 100644 --- a/src/runtime/01.plugin.ts +++ b/src/runtime/01.plugin.ts @@ -93,7 +93,6 @@ async function loadTranslations(locale: string, routeName: string, translationDi } if (!routeLocaleCache[`${locale}:${routeName}`]) { - console.log('load') const translations = await import(`~/${translationDir}/pages/${routeName}/${locale}.json`) routeLocaleCache[`${locale}:${routeName}`] = { ...translations.default } }