remove unused line

This commit is contained in:
Chris Dodge
2012-10-30 15:37:40 -04:00
parent 743f2b56dd
commit ee1098c032

View File

@@ -157,8 +157,6 @@ def get_course_about_section(course, section_key):
if course_module is not None:
html = course_module.get_html()
item = modulestore().get_instance(course.id, loc)
return html
except ItemNotFoundError: