Skip to content

Commit 5a5fb3e

Browse files
author
Dan Richelson
committed
Revert log statement
1 parent 0a254cf commit 5a5fb3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LaunchDarkly/GuzzleFeatureRequester.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function get($key)
5252
$uri = $this->_baseUri . self::SDK_FLAGS . "/" . $key;
5353
$response = $this->_client->get($uri, $this->_defaults);
5454
$body = $response->getBody();
55-
$this->_logger->info("Got status code: " . $response->getStatusCode() . " with body: " . $response->getBody());
5655
return FeatureFlag::decode(json_decode($body, true));
5756
} catch (BadResponseException $e) {
5857
$code = $e->getResponse()->getStatusCode();

0 commit comments

Comments
 (0)