Skip to content

Commit

Permalink
refactor: remove unneeded comment
Browse files Browse the repository at this point in the history
Co-authored-by: Ernst Würger <[email protected]>
  • Loading branch information
micha91 and ewuerger authored Jan 17, 2024
1 parent 15a0b94 commit 1f45fa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capella2polarion/connectors/polarion_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def patch_work_item(

old = self.client.get_work_item(old.id)

# If there were to many linked work items, get them manually
if old.linked_work_items_truncated:
old.linked_work_items = self.client.get_all_work_item_links(old.id)

Expand Down

0 comments on commit 1f45fa7

Please sign in to comment.