Merge pull request #81 from saradickinson/cleanup

Removing debug statement (blush)
This commit is contained in:
wtoorop 2014-11-10 09:24:29 +01:00
commit 7d98275eca
1 changed files with 0 additions and 1 deletions

View File

@ -1050,7 +1050,6 @@ priv_getdns_submit_stub_request(getdns_network_req *netreq)
#ifdef USE_TCP_FASTOPEN
/* Leave the connect to the later call to sendto() */
#else
fprintf(stderr,"connecting");
if (connect(upstream->fd,
(struct sockaddr *)&upstream->addr,
upstream->addr_len) == -1 && errno != EINPROGRESS){