monkey-front-core 0.0.524 → 0.0.526

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.
@@ -3792,9 +3792,7 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
3792
3792
  this.loadAlerts(environment, lang);
3793
3793
  this.loadShared(environment, lang);
3794
3794
  this.loadRegister(environment, lang);
3795
- console.log('1');
3796
3795
  if (this.i18nNotFound) {
3797
- console.log('2');
3798
3796
  this.translateService.setDefaultLang('pt-BR');
3799
3797
  this.translateService.use('pt-BR');
3800
3798
  return;