feat!: Remove inheritance-related code from Old Mongo
This commit is contained in:
committed by
David Ormsbee
parent
672b1341c4
commit
3f3d0d25d8
@@ -616,8 +616,6 @@ class DraftModuleStore(MongoModuleStore):
|
||||
|
||||
first_tier = [as_func(location) for as_func in as_functions]
|
||||
self._breadth_first(_delete_item, first_tier)
|
||||
# recompute (and update) the metadata inheritance tree which is cached
|
||||
self.refresh_cached_metadata_inheritance_tree(location.course_key)
|
||||
|
||||
def _breadth_first(self, function, root_usages):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user