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 148d936 commit a06f916Copy full SHA for a06f916
src/LaunchDarkly/LDClient.php
@@ -81,7 +81,7 @@ protected function _make_client($options) {
81
'Content-Type' => 'application/json',
82
'User-Agent' => 'PHPClient/' . self::VERSION
83
],
84
- 'debug' => true,
+ 'debug' => false,
85
'timeout' => $options['timeout'],
86
'connect_timeout' => $options['connect_timeout']
87
]
0 commit comments