diff --git a/xmodule/library_content_block.py b/xmodule/library_content_block.py index d110bcf537..f3d563a7fd 100644 --- a/xmodule/library_content_block.py +++ b/xmodule/library_content_block.py @@ -325,7 +325,6 @@ class LegacyLibraryContentBlock(ItemBankMixin, XModuleToXBlockMixin, XBlock): # Since after migration, the component in library is in draft state, we want to make sure that sync icon # appears when it is published child.upstream_version = 0 - child.save() # Use `modulestore()` instead of `self.runtime.modulestore` to make sure that the XBLOCK_UPDATED signal # is triggered store.update_item(child, None)