From 0ca57389f377ceaf556ffb90ceb31c664294351a Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 7 Jan 2025 11:39:57 -0800 Subject: [PATCH] refactor: remove unused console log disabling in I18nHost component --- web/components/I18nHost.ce.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/components/I18nHost.ce.vue b/web/components/I18nHost.ce.vue index 86b00c49a..79dc47267 100644 --- a/web/components/I18nHost.ce.vue +++ b/web/components/I18nHost.ce.vue @@ -2,10 +2,7 @@ import { provide } from 'vue'; import { createI18n, I18nInjectionKey } from 'vue-i18n'; -import { disableProductionConsoleLogs } from '~/helpers/functions'; - -import en_US from '~/locales/en_US.json'; -disableProductionConsoleLogs(); +import en_US from '~/locales/en_US.json'; // import ja from '~/locales/ja.json'; const defaultLocale = 'en_US'; // ja, en_US