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 ed653fe..022d8b4 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;
 }