Skip to content

Commit

Permalink
Remove unusefull logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWildenburg authored Oct 5, 2024
1 parent 0fdd3d5 commit 410aa7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/pages/admin/users/users.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export class UsersComponent implements OnInit {
}

ngOnInit(): void {
console.log("Fetching users...");
this.users$ = this.userService.getAll().pipe(
catchError(async (error) => {
console.error('Error fetching users', error);
Expand Down

0 comments on commit 410aa7f

Please sign in to comment.