Remove console.log statement
This commit is contained in:
parent
c9122292f1
commit
20f89155d0
@ -12,7 +12,6 @@ export class HeaderComponent implements OnInit {
|
||||
ngOnInit(): void {}
|
||||
|
||||
logout() {
|
||||
console.log('NASE');
|
||||
this.tokenStorage.signOut();
|
||||
location.reload();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user