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

Commit 4441eec

Browse files
committed
fix: rm print cruft
1 parent 3c9d634 commit 4441eec

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
@@ -149,9 +149,7 @@ def register_workflow(self, workflow: Union["BaseWorkflowImpl", Any]) -> None:
149149
logger.error(e)
150150
sys.exit(1)
151151

152-
print(workflow.steps)
153152
for step in workflow.steps:
154-
print(step)
155153
action_name = workflow.create_action_name(namespace, step)
156154
self.action_registry[action_name] = step
157155
return_type = get_type_hints(step.fn).get("return")

0 commit comments

Comments
 (0)