From: Daniel Stenberg Date: Tue, 27 Apr 2004 15:13:46 +0000 (+0000) Subject: outputed elsewhere already X-Git-Tag: curl-7_12_0~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe1fa9dcc5554beaad0394ce453812b6c698cf6;p=thirdparty%2Fcurl.git outputed elsewhere already --- diff --git a/lib/hostthre.c b/lib/hostthre.c index b6c04c1af0..2a52ff329e 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);