keevo-components 1.5.123 → 1.5.124

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.
@@ -2372,11 +2372,9 @@ class MenuComponent {
2372
2372
  this.expandMenuEvent();
2373
2373
  }
2374
2374
  setLicenca() {
2375
- console.log(this.licencaSelected, 'selected');
2376
2375
  var licenca = this.licencas.find((licenca) => licenca.cnpj == this.licencaSelected.cnpj);
2377
2376
  if (licenca)
2378
2377
  this.licencaSelecionada = licenca;
2379
- console.log(licenca, 'eu fui selecionado');
2380
2378
  this.visibleDialogLicenca = false;
2381
2379
  this.licencaChange.emit(this.licencaSelecionada);
2382
2380
  this.definirMenusPorSistema(this.menuCompleto[0]?.sistema.idsistema);