Skip to content

Commit

Permalink
rm prints
Browse files Browse the repository at this point in the history
  • Loading branch information
NvdLaan committed Dec 11, 2024
1 parent ba68731 commit 0e311d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/apps/workflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,6 @@ def save_workflow_state(self, wf):
self.data.update(wf.last_task.data)

completed = False
print("wf.is_completed()", wf.is_completed())
print("self.completed", self.completed)
print("tasks", wf.get_tasks())
if wf.is_completed() and not self.completed:
completed = True
self.completed = True
Expand Down

0 comments on commit 0e311d2

Please sign in to comment.