Remove extraneous TODO comment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user