Skip to content

Commit

Permalink
removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Apr 3, 2024
1 parent 598b820 commit 683690f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bpmn_tools/builder/conditional.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ class BranchedItem():
branches : List[Branch] = field(default_factory=list)
strategy : Strategy = field(default_factory=Strategy)

def __post_init__(self):
print(self)

@property
def name(self):
return self.condition.name
Expand Down

0 comments on commit 683690f

Please sign in to comment.