Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit a4eef4e

Browse files
committed
fix: rm print cruft
1 parent 661a40e commit a4eef4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hatchet_sdk/worker/worker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ def register_workflow(self, workflow: Union["BaseWorkflowImpl", Any]) -> None:
146146
logger.error(e)
147147
sys.exit(1)
148148

149-
print(workflow.steps)
150149
for step in workflow.steps:
151-
print(step)
152150
action_name = workflow.create_action_name(namespace, step)
153151
self.action_registry[action_name] = step
154152
return_type = get_type_hints(step.fn).get("return")

0 commit comments

Comments
 (0)