Skip to content

Commit dea1a94

Browse files
Remove print
Co-authored-by: Daniel Szoke <[email protected]>
1 parent ef0dc37 commit dea1a94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/unleash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def sentry_is_enabled(self, feature, *args, **kwargs):
3333

3434
# Spans support.
3535
span = sentry_sdk.get_current_span()
36-
print(span)
3736
if span:
3837
span.set_data(f"flag.{feature}", enabled)
3938

0 commit comments

Comments
 (0)