monkey-front-core 0.0.101 → 0.0.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2004,8 +2004,6 @@ class MonkeyEcxCommonsService {
2004
2004
  });
2005
2005
  }
2006
2006
  geti18n(translateService, keys) {
2007
- console.log('get i18n dentro do core');
2008
- console.log(translateService.translations);
2009
2007
  translateService.getStreamOnTranslationChange(keys).subscribe((translations) => {
2010
2008
  this.__i18n = translations;
2011
2009
  this.__oni18nDataChanged$.next(null);