Skip to content

Commit

Permalink
Cleaning up debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutvikrj26 committed Nov 15, 2024
1 parent 87e185d commit 3db17cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion physionet-django/user/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_review(self):

def get_in_progress(self):
"""
Get the on-platform training objects for the user, that are in the status REVIEW.
Get the on-platform training objects for the user, that are in the status IN-PROGRESS.
"""
return self.filter(
Q(status=TrainingStatus.IN_PROGRESS),
Expand Down
2 changes: 0 additions & 2 deletions physionet-django/user/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,6 @@ def edit_certification(request):
"rejected": training.get_rejected(),
}

print(training_by_status)

return render(
request,
"user/edit_certification.html",
Expand Down

0 comments on commit 3db17cb

Please sign in to comment.