Skip to content

Commit daee32c

Browse files
author
marc101101
committed
removed log
1 parent 32922ba commit daee32c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/app/services/auth.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export class AuthService {
5959
logout(): void{
6060
localStorage.removeItem('token');
6161
this.authStatus = false;
62-
console.log("2", this.authStatus);
6362
}
6463

6564
register(): void{

0 commit comments

Comments
 (0)