From ac3700e5ffa0683c814dc9c0ba224af9ef4f78ad Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Sat, 1 Feb 2020 09:21:06 +0100 Subject: [PATCH] remove console logging --- src/i18n/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/i18n/index.js b/src/i18n/index.js index e2253a5..72f379c 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -9,7 +9,6 @@ const resources = { de: { translation: de } } -console.log(de, en) i18n.use(initReactI18next).init({ resources, lng: 'en',