Commit b8893cbb by Josh Committed by Josh McLaughlin

Remove unreachable return in contentstore course listing

parent 4c643438
......@@ -558,8 +558,6 @@ def course_listing(request):
u'optimization_enabled': optimization_enabled
})
return response
def _get_rerun_link_for_item(course_key):
""" Returns the rerun link for the given course key. """
......
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