mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:41:40 +03:00
removed a (fairly useless) debug output just to compile without warning
This commit is contained in:
parent
9406e517e6
commit
c85a77e0b1
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue