removed a (fairly useless) debug output just to compile without warning

This commit is contained in:
Daniel Stenberg 2005-03-20 12:46:11 +00:00
parent 9406e517e6
commit c85a77e0b1
1 changed files with 0 additions and 2 deletions

View 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;
}