Skip to content
Snippets Groups Projects
Commit 23c52d03 authored by Eric Fischer's avatar Eric Fischer
Browse files

This isn't used when rendering inline

parent 04d3e9b9
No related merge requests found
......@@ -217,8 +217,6 @@ def inline_discussion(request, course_key, discussion_id):
group_names_by_id
) for thread in threads
]
with function_trace("add_courseware_context"):
add_courseware_context(threads, course, request.user)
return utils.JsonResponse({
'is_commentable_divided': is_commentable_divided(course_key, discussion_id),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment