feat: add debugging logs to help figure out why experiment isn't activating in production

This commit is contained in:
Matthew Piatetsky
2021-05-28 15:50:29 -04:00
parent ed950c4c8e
commit 138941ec03

View File

@@ -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.