Commit 7962ad7d by Chris Dodge

remove incorrect comment

parent bf3a7287
......@@ -96,10 +96,6 @@ def preview_module_system(request, preview_id, descriptor):
MongoUsage(preview_id, descriptor.location.url()),
)
# unfortunately this is duplicate code from module_render.py (LMS)
# refactoring this to be more DRY means having the change the call signature
# to pass along a course_id, however, deep in the code where the call is actually made, we don't always have
# access to the course_id
course_id = get_course_for_item(descriptor.location).location.course_id
return ModuleSystem(
......
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