Skip to content

Commit 586248c

Browse files
authored
Remove debug print (#259)
WISOTT Signed-off-by: Stephan Behnke <[email protected]>
1 parent db86379 commit 586248c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workers/python/client_action_executor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def __init__(
2222
task_queue: str,
2323
err_on_unimplemented: bool = False,
2424
):
25-
print("ERR ON UNIMPLEMENTED?", err_on_unimplemented)
2625
self.client = client
2726
self.workflow_id: str = workflow_id
2827
self.workflow_type: str = "kitchenSink"

0 commit comments

Comments
 (0)