From 7dd252178cc5c4d42b90eac8f9212c8049a45d49 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 7 Feb 2013 18:14:46 -0500 Subject: [PATCH] cohort filter almost done --- lms/djangoapps/django_comment_client/forum/views.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lms/djangoapps/django_comment_client/forum/views.py b/lms/djangoapps/django_comment_client/forum/views.py index e2f5e0f442..371a26c167 100644 --- a/lms/djangoapps/django_comment_client/forum/views.py +++ b/lms/djangoapps/django_comment_client/forum/views.py @@ -242,11 +242,6 @@ def forum_form_discussion(request, course_id): 'is_course_cohorted': is_course_cohorted(course_id) } # print "start rendering.." - print "\n\n\n\n\n\n*************************" - print is_course_cohorted(course_id) - print cached_has_permission(request.user, "see_all_cohorts", course_id) - print cohorts - return render_to_response('discussion/index.html', context)