Skip to content

Commit

Permalink
Removed debug logging.
Browse files Browse the repository at this point in the history
Updated version.
Updated readme.
  • Loading branch information
mboshu committed Nov 27, 2023
1 parent 33dfca5 commit 2037ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions InjectionApi/src/SocketLabsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SocketLabsClient{
private $serverId;
private $apiKey;

const VERSION = "1.4.2";
const VERSION = "1.4.4";
public $version = self::VERSION;

/**
Expand Down Expand Up @@ -86,9 +86,6 @@ public function send($message){
$options = $this->createStreamOptions($newRequest, '');
}

$debug_export = var_export($options, true);
error_log($debug_export);

$retrySettings = new RetrySettings($this->numberOfRetries);
$retryHandler = new Core\RetryHandler($options, $this->endpointUrl, $retrySettings);
list($response, $responseHeader) = $retryHandler->send();
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document

<a name="version"></a>
# Version
* 1.4.4 - Removed Debugging Code
* 1.4.3 - Added MetadataOrTagsAreTooLarge error messsage
* 1.4.2 - Adding API Key Authorization
* 1.4.0 - Adding Metadata and Tags
Expand Down

0 comments on commit 2037ad3

Please sign in to comment.