From 718458115aba35eda7c2160b70a748a139b752a7 Mon Sep 17 00:00:00 2001 From: stvn Date: Tue, 27 Apr 2021 18:11:14 -0700 Subject: [PATCH] docs: Remove completed TODO discussions item --- openedx/core/djangoapps/discussions/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openedx/core/djangoapps/discussions/views.py b/openedx/core/djangoapps/discussions/views.py index c2c182ea03..2ee9215754 100644 --- a/openedx/core/djangoapps/discussions/views.py +++ b/openedx/core/djangoapps/discussions/views.py @@ -326,8 +326,6 @@ class DiscussionsConfigurationView(APIView): def post(self, request, course_key_string: str, **_kwargs) -> Response: """ Handle HTTP/POST requests - - TODO: Should we cleanup orphaned LTI config when swapping to cs_comments_service? """ course_key = _validate_course_key(course_key_string) configuration = DiscussionsConfiguration.get(course_key)