From 2a9cecaea71c42ee4b662df82e278eeb3c8976d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Silva?= Date: Fri, 15 Mar 2024 08:43:26 -0400 Subject: [PATCH] feat: delete run_extension_point. --- lms/djangoapps/ccx/views.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lms/djangoapps/ccx/views.py b/lms/djangoapps/ccx/views.py index 71248b88b058..f8c784ca98a3 100644 --- a/lms/djangoapps/ccx/views.py +++ b/lms/djangoapps/ccx/views.py @@ -301,15 +301,6 @@ def create_ccx(request, course, ccx=None): for rec, response in responses: log.info('Signal fired when course is published. Receiver: %s. Response: %s', rec, response) - # Adding an extension point to create the institution_ccx for PearsonVUE. - if is_course_licensing_enabled: - run_extension_point( - 'PCO_CREATE_INSTITUTION_CCX_INSTANCE', - ccx_id=ccx_id, - custom_course=ccx, - user=request.user, - ) - # .. event_implemented_name: COURSE_CREATED COURSE_CREATED.send_event( time=datetime.datetime.now(tz=timezone.utc),