Commit c25cd332 by Your Name

remove print

parent 3fa67c14
......@@ -117,8 +117,6 @@ def forum_form_discussion(request, course_id):
Renders the main Discussion page, potentially filtered by a search query
"""
course = get_course_with_access(request.user, course_id, 'load')
print "\n\n\n\n\n****************************"
print course
category_map = utils.get_discussion_category_map(course)
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment