remove comments

This commit is contained in:
SvyatoslavArtymovych 2023-06-15 16:07:38 +03:00
parent 1ecf575c25
commit fec00011df
1 changed files with 0 additions and 7 deletions

View File

@ -270,13 +270,6 @@ def change_collection_position(book_id: int, collection_id: int):
)
collection.parent_id = collection_id
# current_access_group = m.CollectionAccessGroups.query.filter_by(
# collection_id=collection.id
# ).all()
# for access_group in current_access_group:
# db.session.delete(access_group)
# db.session.commit()
recursive_copy_access_groups(new_parent, collection)
if new_parent.active_children: