Skip to content

Commit

Permalink
fix(logger): Remove i18n debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostap Chervak committed Oct 23, 2017
1 parent 79fd146 commit f15232c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/i18next-lib/i18next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export function bootstrapLocalization(config: InitOptions) {
component.prototype.t = translatorFuncCreator(component.prototype.tNamespaces || [], t);
});

// tslint:disable-next-line:no-any
log.debug('initialized with options', (i18next as any).default.options);
return resolve(t);
});
});
Expand Down

0 comments on commit f15232c

Please sign in to comment.