refactor: remove unnecessary comments and variables
Some checks failed
Some checks failed
This commit is contained in:
parent
4b70a4ac4a
commit
28f7b15d4c
2 changed files with 1 additions and 6 deletions
|
@ -13,7 +13,6 @@ export class UserService {
|
|||
public currentUser$ = this.currentUserSubject.asObservable();
|
||||
|
||||
constructor() {
|
||||
// Initialize with current user data
|
||||
this.getCurrentUser().subscribe();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue