Remove extraneous TODO comment

This commit is contained in:
Calen Pennington
2012-10-09 09:33:37 -04:00
parent bd5d5f1419
commit 0aa79ed479

View File

@@ -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)