remove debug output

This commit is contained in:
Sebastian Sdorra
2020-03-24 09:34:42 +01:00
parent aa9004a20c
commit b377cf141e

View File

@@ -36,7 +36,6 @@ let i18n = i18next;
// only use fetch backend for storybook
// and not for storyshots
if (!process.env.JEST_WORKER_ID) {
console.log("ADD backend");
const Backend = require("i18next-fetch-backend");
i18n = i18n.use(Backend.default)
}