]> granicus.if.org Git - curl/commitdiff
removed a (fairly useless) debug output just to compile without warning
authorDaniel Stenberg <daniel@haxx.se>
Sun, 20 Mar 2005 12:46:11 +0000 (12:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 20 Mar 2005 12:46:11 +0000 (12:46 +0000)
lib/hostthre.c

index ed653fed6db33a78f329723b84f47522ccbabcfb..022d8b47bde69c8180b0111c0d73679b0e63c587 100644 (file)
@@ -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;
 }