File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments