Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add debug log
Browse files Browse the repository at this point in the history
hamzawaleed01 committed Jan 28, 2025
1 parent ea7d8c7 commit 1beacd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enterprise_catalog/apps/catalog/algolia_utils.py
Original file line number Diff line number Diff line change
@@ -1253,6 +1253,7 @@ def _get_is_active_course_run(full_course_run):
f'[_get_is_active_course_run] course run is not active '
f'key: {full_course_run.get("key")}, '
f'is_marketable: {full_course_run.get("is_marketable")}, '
f'is_marketable_external: {full_course_run.get("is_marketable_external")}, '
f'is_enrollable: {full_course_run.get("is_enrollable")}, '
f'availability: {availability}, '
f'status: {full_course_run.get("status")}'

0 comments on commit 1beacd0

Please sign in to comment.