1
0
Fork 0

removed logging

This commit is contained in:
Frank Celler 2016-03-10 18:02:39 +01:00
parent 576fb46b28
commit 0cdc3aa1f7
1 changed files with 0 additions and 3 deletions

View File

@ -178,7 +178,6 @@ std::vector<SrvRecord> srvRecords(std::string specification) {
EndpointSrv::EndpointSrv(std::string const& specification)
: Endpoint(ENDPOINT_CLIENT, DOMAIN_SRV, ENCRYPTION_NONE, specification, 0) {
LOG_ERROR("%s", specification.c_str());
}
EndpointSrv::~EndpointSrv() {}
@ -193,8 +192,6 @@ bool EndpointSrv::isConnected() const {
TRI_socket_t EndpointSrv::connect(double connectTimeout,
double requestTimeout) {
LOG_ERROR("connecting to ip endpoint '%s'", _specification.c_str());
auto services = srvRecords(_specification);
TRI_socket_t res;