Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Jul 29, 2024
1 parent 844ed49 commit f8529b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openedx/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ def enroll_in_edx_course_runs(
username=username,
force_enrollment=force_enrollment,
)
print(enrollment)
if not enrollment["is_active"]:
enrollment = edx_client.enrollments.create_student_enrollment(
course_run.courseware_id,
Expand Down

0 comments on commit f8529b0

Please sign in to comment.