Commit ee1098c0 by Chris Dodge

remove unused line

parent 743f2b56
...@@ -157,8 +157,6 @@ def get_course_about_section(course, section_key): ...@@ -157,8 +157,6 @@ def get_course_about_section(course, section_key):
if course_module is not None: if course_module is not None:
html = course_module.get_html() html = course_module.get_html()
item = modulestore().get_instance(course.id, loc)
return html return html
except ItemNotFoundError: except ItemNotFoundError:
......
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