Minor changes
This commit is contained in:
parent
83112f0137
commit
d56483119c
2 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,6 @@
|
|||
$this->logger->debug(sprintf('Client Encryption Public Key: %s', $this->clientEncryptionKeyPair->getPublicKey()));
|
||||
$this->logger->debug(sprintf('Client Signing Public Key: %s', $this->clientSigningKeyPair->getPublicKey()));
|
||||
$this->logger->debug(sprintf('Identified As: %s', $this->identifiedAs->getAddress()));
|
||||
$this->logger->debug(sprintf('Client Transport Encryption Key: %s', $this->clientTransportEncryptionKey));
|
||||
|
||||
$response = curl_exec($ch);
|
||||
|
||||
|
@ -533,7 +532,6 @@
|
|||
}
|
||||
|
||||
curl_close($ch);
|
||||
$this->logger->debug(sprintf('Server information response: %s', $response));
|
||||
return ServerInformation::fromArray(json_decode($response, true));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue