From a5b1abb2a8dfb5e5a8e9d25b27e204cf89e7c397 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Wed, 29 Aug 2012 10:23:17 -0400 Subject: [PATCH] Remove log --- lms/djangoapps/django_comment_client/forum/views.py | 1 - 1 file changed, 1 deletion(-) 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,