Skip to content

Commit 20c0a6b

Browse files
committed
Remove debugging code
1 parent a0fe50a commit 20c0a6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

temporalio/workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import logging
99
import sys
1010
import threading
11-
import traceback
1211
import typing
1312
import uuid
1413
import warnings
@@ -644,7 +643,6 @@ class _Runtime(ABC):
644643
def current() -> _Runtime:
645644
loop = _Runtime.maybe_current()
646645
if not loop:
647-
traceback.print_stack()
648646
raise _NotInWorkflowEventLoopError("Not in workflow event loop")
649647
return loop
650648

0 commit comments

Comments
 (0)