Skip to content
Snippets Groups Projects
Commit c85a77e0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 9406e517
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment