Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
NvdLaan committed Oct 16, 2024
1 parent 67cd78a commit 4075d1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/apps/workflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def _update_tasks(self, wf):

def _create_user_tasks(self, wf):
ready_tasks = wf.get_tasks(state=TaskState.READY)
print(ready_tasks[0].task_spec.lane)
task_data = [
CaseUserTask(
task_id=task.id,
Expand Down

0 comments on commit 4075d1a

Please sign in to comment.