mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-23 07:52:13 +01:00
remove debug output
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user