We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a64785 commit a926ed5Copy full SHA for a926ed5
sentry_sdk/integrations/launchdarkly.py
@@ -35,7 +35,6 @@ def setup_once():
35
# type: () -> None
36
try:
37
client = LaunchDarklyIntegration._ld_client or ldclient.get()
38
- print("got client")
39
except Exception as exc:
40
raise DidNotEnable("Error getting LaunchDarkly client. " + repr(exc))
41
0 commit comments