diff --git a/lms/djangoapps/django_comment_client/forum/views.py b/lms/djangoapps/django_comment_client/forum/views.py index ed09f1cfdb..6d74a966d2 100644 --- a/lms/djangoapps/django_comment_client/forum/views.py +++ b/lms/djangoapps/django_comment_client/forum/views.py @@ -182,7 +182,6 @@ def render_single_thread(request, discussion_id, course_id, thread_id): annotated_content_info = utils.get_annotated_content_infos(course_id, thread=thread, user=request.user, user_info=user_info) - log.debug(annotated_content_info) context = { 'discussion_id': discussion_id, 'thread': thread,