Skip to content

Commit

Permalink
fix: remove statement from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Jan 5, 2024
1 parent 710b96d commit 4c30c6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions capella2polarion/converters/element_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ def constraint(
) -> data_models.CapellaWorkItem:
"""Return attributes for a ``Constraint``."""
work_item = self._generic_work_item(obj)
if work_item.uuid_capella == "b24a9e54-4386-4d38-aea3-7c5172d73bb6":
pass
# pylint: disable-next=attribute-defined-outside-init
work_item.description = self.get_linked_text(obj)
return work_item
Expand Down

0 comments on commit 4c30c6c

Please sign in to comment.