Remove unreachable return in contentstore course listing

This commit is contained in:
Josh
2017-11-10 15:27:52 +09:00
committed by Josh McLaughlin
parent 4c64343806
commit b8893cbbd1

View File

@@ -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. """