From 175516c9bebdd7f0252c7389e4059205118448fc Mon Sep 17 00:00:00 2001 From: Varsha Menon Date: Wed, 18 Dec 2024 16:04:20 -0500 Subject: [PATCH] style: improve style --- learning_assistant/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/learning_assistant/api.py b/learning_assistant/api.py index 1d90e74..d6fa9dc 100644 --- a/learning_assistant/api.py +++ b/learning_assistant/api.py @@ -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.