From 2dffc22dd8aec9d0ac1ded9e2954f21177ada4eb Mon Sep 17 00:00:00 2001 From: koji Date: Fri, 13 Nov 2020 21:58:22 -0500 Subject: [PATCH] Remove unnecessary line --- client/i18n.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/i18n.js b/client/i18n.js index d3dcaf9d1d..819fd34160 100644 --- a/client/i18n.js +++ b/client/i18n.js @@ -37,8 +37,6 @@ const options = { allowMultiLoading: false, // set loadPath: '/locales/resources.json?lng={{lng}}&ns={{ns}}' to adapt to multiLoading }; -console.log('options', options); - i18n .use(initReactI18next) // pass the i18n instance to react-i18next. // .use(LanguageDetector)// to detect the language from currentBrowser