mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
removed console warn
This commit is contained in:
parent
2f8539e987
commit
098dacf2a5
|
@ -20,7 +20,6 @@ export class FuseNavigationComponent implements OnDestroy
|
||||||
this.navigationModelChangeSubscription =
|
this.navigationModelChangeSubscription =
|
||||||
this.fuseNavigationService.onNavigationModelChange
|
this.fuseNavigationService.onNavigationModelChange
|
||||||
.subscribe((navigationModel) => {
|
.subscribe((navigationModel) => {
|
||||||
console.warn(navigationModel);
|
|
||||||
this.navigationModel = navigationModel;
|
this.navigationModel = navigationModel;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user