refactor: remove unnecessary comments and variables
Some checks failed
Some checks failed
This commit is contained in:
parent
f2d447abeb
commit
30b4cd4d8d
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue