mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +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.fuseNavigationService.onNavigationModelChange
|
||||
.subscribe((navigationModel) => {
|
||||
console.warn(navigationModel);
|
||||
this.navigationModel = navigationModel;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user