Remove console.log statement
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user