Skip to content
Snippets Groups Projects
Commit 979da193 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #13271 TIME 0:01 rm console.log

parent 7a94d5ff
No related branches found
No related tags found
No related merge requests found
...@@ -71,9 +71,7 @@ export class HomeComponent implements OnInit, AfterViewInit { ...@@ -71,9 +71,7 @@ export class HomeComponent implements OnInit, AfterViewInit {
}); });
} }
ngAfterViewInit(): void { ngAfterViewInit(): void {
console.log(this.headerService.user);
if (this.headerService.user.mode === 'root_visible' || this.headerService.user.mode === 'root_invisible') { if (this.headerService.user.mode === 'root_visible' || this.headerService.user.mode === 'root_invisible') {
this.featureTourService.init(); this.featureTourService.init();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment