]> granicus.if.org Git - curl/commitdiff
outputed elsewhere already
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Apr 2004 15:13:46 +0000 (15:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Apr 2004 15:13:46 +0000 (15:13 +0000)
lib/hostthre.c

index b6c04c1af09e0a825768b1f6497d77854b2de928..2a52ff329ed895e2b244e46539c2a590a6495c6e 100644 (file)
@@ -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);