aboutsummaryrefslogtreecommitdiff
path: root/lib/hostthre.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-27 15:13:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-27 15:13:46 +0000
commitfbe1fa9dcc5554beaad0394ce453812b6c698cf6 (patch)
treed6ee1cddacacaed6c20b311bff92362165b21808 /lib/hostthre.c
parent5b65cc55a212baef0590b8abf7fb1aab596b2401 (diff)
outputed elsewhere already
Diffstat (limited to 'lib/hostthre.c')
-rw-r--r--lib/hostthre.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/hostthre.c b/lib/hostthre.c
index b6c04c1af..2a52ff329 100644
--- a/lib/hostthre.c
+++ b/lib/hostthre.c
@@ -278,10 +278,6 @@ static bool init_resolve_thread (struct connectdata *conn,
Curl_safefree(conn->async.hostname);
conn->async.hostname = strdup(hostname);
-#ifdef USE_LIBIDN
- if (conn->ace_hostname)
- TRACE(("ACE name '%s'\n", conn->ace_hostname));
-#endif
if (!conn->async.hostname) {
free(td);
SetLastError(ENOMEM);