Skip to content

Commit 2037ad3

Browse files
committed
Removed debug logging.
Updated version. Updated readme.
1 parent 33dfca5 commit 2037ad3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

InjectionApi/src/SocketLabsClient.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SocketLabsClient{
1919
private $serverId;
2020
private $apiKey;
2121

22-
const VERSION = "1.4.2";
22+
const VERSION = "1.4.4";
2323
public $version = self::VERSION;
2424

2525
/**
@@ -86,9 +86,6 @@ public function send($message){
8686
$options = $this->createStreamOptions($newRequest, '');
8787
}
8888

89-
$debug_export = var_export($options, true);
90-
error_log($debug_export);
91-
9289
$retrySettings = new RetrySettings($this->numberOfRetries);
9390
$retryHandler = new Core\RetryHandler($options, $this->endpointUrl, $retrySettings);
9491
list($response, $responseHeader) = $retryHandler->send();

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document
199199

200200
<a name="version"></a>
201201
# Version
202+
* 1.4.4 - Removed Debugging Code
202203
* 1.4.3 - Added MetadataOrTagsAreTooLarge error messsage
203204
* 1.4.2 - Adding API Key Authorization
204205
* 1.4.0 - Adding Metadata and Tags

0 commit comments

Comments
 (0)