keevo-components 1.5.120 → 1.5.121

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.
@@ -2294,7 +2294,6 @@ class MenuComponent {
2294
2294
  if (licenca != undefined)
2295
2295
  this.licencaSelected = licenca;
2296
2296
  this.router.events.subscribe(event => {
2297
- console.log(event instanceof NavigationEnd, 'event');
2298
2297
  if (event instanceof NavigationEnd) {
2299
2298
  this.configurarBreadCrumbs();
2300
2299
  }
@@ -2362,7 +2361,6 @@ class MenuComponent {
2362
2361
  callRoute(e, expand) {
2363
2362
  if (!expand)
2364
2363
  !this.expandMenu ? this.expandMenu = !this.expandMenu : '';
2365
- console.log(e, 'callRoute');
2366
2364
  this.router.navigateByUrl(e);
2367
2365
  }
2368
2366
  toggleMenu() {