mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
remove old printf() debug leftover
This commit is contained in:
parent
8a96aec567
commit
b7ffc6bb45
@ -494,7 +494,6 @@ CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_handles)
|
|||||||
and then we continue to 'STATE_PROTOCONNECT'. If protocol
|
and then we continue to 'STATE_PROTOCONNECT'. If protocol
|
||||||
connect is TRUE, we move on to STATE_DO. */
|
connect is TRUE, we move on to STATE_DO. */
|
||||||
multistate(easy, CURLM_STATE_PROTOCONNECT);
|
multistate(easy, CURLM_STATE_PROTOCONNECT);
|
||||||
fprintf(stderr, "WAITCONNECT => PROTOCONNECT\n");
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
/* after the connect has completed, go DO */
|
/* after the connect has completed, go DO */
|
||||||
|
Loading…
Reference in New Issue
Block a user