Skip to content

Commit a06f916

Browse files
committed
Turn off debugging
1 parent 148d936 commit a06f916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function _make_client($options) {
8181
'Content-Type' => 'application/json',
8282
'User-Agent' => 'PHPClient/' . self::VERSION
8383
],
84-
'debug' => true,
84+
'debug' => false,
8585
'timeout' => $options['timeout'],
8686
'connect_timeout' => $options['connect_timeout']
8787
]

0 commit comments

Comments
 (0)