Commit 33003e65 by Vik Paruchuri

Make things less noisy (remove debug statements)

parent 0630f59c
......@@ -219,8 +219,6 @@ def combined_notifications(request, course_id):
'ajax_url' : ajax_url,
}
log.debug(combined_dict)
return render_to_response('open_ended_problems/combined_notifications.html',
combined_dict
)
......
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