From c85a77e0b1ea46374c19d61924454e58bb23e762 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 20 Mar 2005 12:46:11 +0000 Subject: [PATCH] removed a (fairly useless) debug output just to compile without warning --- lib/hostthre.c | 2 -- 1 file changed, 2 deletions(-) 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; }