refactor: remove unnecessary comments and variables
Some checks failed
CI / Get Changed Files (pull_request) Successful in 6s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Failing after 23s
CI / eslint (pull_request) Successful in 1m41s
CI / test-build (pull_request) Successful in 1m53s

This commit is contained in:
Jan-Marlon Leibl 2025-04-03 10:03:37 +02:00
commit 28f7b15d4c
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
2 changed files with 1 additions and 6 deletions

View file

@ -13,7 +13,6 @@ export class UserService {
public currentUser$ = this.currentUserSubject.asObservable();
constructor() {
// Initialize with current user data
this.getCurrentUser().subscribe();
}