Removing debug statement (blush)

This commit is contained in:
saradickinson 2014-11-07 20:17:03 -10:00
parent b780db0538
commit 593670f524
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 #ifdef USE_TCP_FASTOPEN
/* Leave the connect to the later call to sendto() */ /* Leave the connect to the later call to sendto() */
#else #else
fprintf(stderr,"connecting");
if (connect(upstream->fd, if (connect(upstream->fd,
(struct sockaddr *)&upstream->addr, (struct sockaddr *)&upstream->addr,
upstream->addr_len) == -1 && errno != EINPROGRESS){ upstream->addr_len) == -1 && errno != EINPROGRESS){