Skip to content

Commit d3585a3

Browse files
committed
cleanup
1 parent 0d5b3fb commit d3585a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/integrations/threading.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ def sentry_start(self, *a, **kw):
5959
if integration.propagate_scope:
6060
isolation_scope = sentry_sdk.get_isolation_scope().fork()
6161
current_scope = sentry_sdk.get_current_scope().fork()
62-
# isolation_scope = sentry_sdk.get_isolation_scope()
63-
# current_scope = sentry_sdk.get_current_scope()
6462
else:
6563
isolation_scope = None
6664
current_scope = None

0 commit comments

Comments
 (0)