Skip to content

Commit fc46598

Browse files
authored
Merge pull request #1674 from koji/fix/remove-unnecessary-line
Remove unnecessary line
2 parents f4d8573 + fcd58f3 commit fc46598

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: client/i18n.js

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ const options = {
3737
allowMultiLoading: false, // set loadPath: '/locales/resources.json?lng={{lng}}&ns={{ns}}' to adapt to multiLoading
3838
};
3939

40-
console.log('options', options);
41-
4240
i18n
4341
.use(initReactI18next) // pass the i18n instance to react-i18next.
4442
// .use(LanguageDetector)// to detect the language from currentBrowser

0 commit comments

Comments
 (0)