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