Skip to content

Commit

Permalink
removed print statement and pass line
Browse files Browse the repository at this point in the history
  • Loading branch information
jasquat committed Dec 8, 2023
1 parent c729ed4 commit 300a521
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion SpiffWorkflow/bpmn/parser/ProcessParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def _parse(self):
self.parse_node(node)

def parse_data_object(self, obj):
print("WRONG ONE")
return DataObject(obj.get('id'), obj.get('name'))

def get_spec(self):
Expand Down
2 changes: 0 additions & 2 deletions SpiffWorkflow/spiff/parser/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
VALIDATOR = BpmnValidator(imports={'spiffworkflow': SPIFF_XSD})

class SpiffProcessParser(ProcessParser):
pass

def parse_data_object(self, obj):
extensions = SpiffTaskParser._parse_extensions(obj)
category = extensions.get('category')
Expand Down

0 comments on commit 300a521

Please sign in to comment.