docs: Remove completed TODO discussions item

This commit is contained in:
stvn
2021-04-27 18:11:14 -07:00
parent e62705a365
commit 718458115a

View File

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