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