Skip to content

Commit a926ed5

Browse files
committed
Rm print
1 parent 8a64785 commit a926ed5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/launchdarkly.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def setup_once():
3535
# type: () -> None
3636
try:
3737
client = LaunchDarklyIntegration._ld_client or ldclient.get()
38-
print("got client")
3938
except Exception as exc:
4039
raise DidNotEnable("Error getting LaunchDarkly client. " + repr(exc))
4140

0 commit comments

Comments
 (0)