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 38aa905 commit b8ea89eCopy full SHA for b8ea89e
src/LaunchDarkly/LDClient.php
@@ -196,7 +196,6 @@ protected function _toggle($key, $user) {
196
try {
197
$data = $this->_featureRequester->get($key);
198
if ($data == null) {
199
- error_log("LDClient::_toggle received null from retriever, using default");
200
return null;
201
}
202
return self::_decode($data, $user);
0 commit comments