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