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.
2 parents 38aa905 + b8ea89e commit 0008eadCopy full SHA for 0008ead
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