From: Daniel Stenberg Date: Sun, 20 Mar 2005 12:46:11 +0000 (+0000) Subject: removed a (fairly useless) debug output just to compile without warning X-Git-Tag: curl-7_13_2~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c85a77e0b1ea46374c19d61924454e58bb23e762;p=curl removed a (fairly useless) debug output just to compile without warning --- diff --git a/lib/hostthre.c b/lib/hostthre.c index ed653fed6..022d8b47b 100644 --- a/lib/hostthre.c +++ b/lib/hostthre.c @@ -536,8 +536,6 @@ CURLcode Curl_is_resolved(struct connectdata *conn, *entry = conn->async.dns; TRACE(("resolved okay, dns %p\n", *entry)); } - else - TRACE(("not yet\n")); return CURLE_OK; }