Skip to content

Commit

Permalink
style: improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Dec 18, 2024
1 parent 07c83ab commit 175516c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions learning_assistant/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,6 @@ def audit_trial_is_expired(enrollment, audit_trial_data):
* audit_trial_is_expired (boolean): whether the audit trial is expired
"""
upgrade_deadline = enrollment.upgrade_deadline
# todo: remove this log
log.error(upgrade_deadline)

# If the upgrade deadline has passed, return True for expired. Upgrade deadline is an optional attribute of a
# CourseMode, so if it's None, then do not return True.
Expand Down

0 comments on commit 175516c

Please sign in to comment.