Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ninori9 committed Jan 6, 2025
1 parent 4640652 commit 662cd25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/admin/admin.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export class AdminComponent implements OnInit {
}),
concatMap((programs) => {
this.studyPrograms = programs;
console.log(this.currentUser);
return this.userService.getAllUsers(this.currentUser ? this.currentUser.isAdmin : false);
}),
concatMap((users) => {
Expand Down

0 comments on commit 662cd25

Please sign in to comment.