Commit 0aa79ed4 by Calen Pennington

Remove extraneous TODO comment

parent bd5d5f14
......@@ -349,7 +349,6 @@ class ModuleStore(object):
Returns a list containing the top level XModuleDescriptors of the courses
in this modulestore.
'''
# TODO (vshnayder): Why do I have to specify i4x here?
course_filter = Location("i4x", category="course")
return self.get_items(course_filter)
......
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