From 138941ec03bd70dadcbb0fed71e0d77b9a218efe Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Fri, 28 May 2021 15:50:29 -0400 Subject: [PATCH] feat: add debugging logs to help figure out why experiment isn't activating in production --- openedx/core/djangoapps/courseware_api/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx/core/djangoapps/courseware_api/utils.py b/openedx/core/djangoapps/courseware_api/utils.py index 0ecbcf57e6..01359c7a34 100644 --- a/openedx/core/djangoapps/courseware_api/utils.py +++ b/openedx/core/djangoapps/courseware_api/utils.py @@ -11,7 +11,6 @@ from lms.djangoapps.experiments.utils import STREAK_DISCOUNT_EXPERIMENT_FLAG from openedx.features.course_duration_limits.access import get_user_course_expiration_date from openedx.features.discounts.applicability import can_show_streak_discount_experiment_coupon - def get_celebrations_dict(user, enrollment, course, browser_timezone): """ Returns a dict of celebrations that should be performed.