]> granicus.if.org Git - curl/commitdiff
remove old printf() debug leftover
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Mar 2005 22:21:59 +0000 (22:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Mar 2005 22:21:59 +0000 (22:21 +0000)
lib/multi.c

index 643f6362ff5fe695fdf4a1ae33c1b625ea70abe9..a60e1f5a93f1f179592a9a42f83c830a2550e94a 100644 (file)
@@ -494,7 +494,6 @@ CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_handles)
                and then we continue to 'STATE_PROTOCONNECT'. If protocol
                connect is TRUE, we move on to STATE_DO. */
             multistate(easy, CURLM_STATE_PROTOCONNECT);
-            fprintf(stderr, "WAITCONNECT => PROTOCONNECT\n");
           }
           else {
             /* after the connect has completed, go DO */