aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-20 12:46:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-20 12:46:11 +0000
commitc85a77e0b1ea46374c19d61924454e58bb23e762 (patch)
treeb02395bd0359999677394be9471401d5b944f82d
parent9406e517e647c5f02d89488a93906687ceb1ff8b (diff)
removed a (fairly useless) debug output just to compile without warning
-rw-r--r--lib/hostthre.c2
1 files changed, 0 insertions, 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;
}