diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-08 22:21:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-08 22:21:59 +0000 |
commit | b7ffc6bb451c1a5f6689db707bc2555167fc6231 (patch) | |
tree | e364fb280bc3bdc86a909dd59fd0ee156a0116a4 | |
parent | 8a96aec5673b9ba4787cef1319c105facbe82a40 (diff) |
remove old printf() debug leftover
-rw-r--r-- | lib/multi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/multi.c b/lib/multi.c index 643f6362f..a60e1f5a9 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -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 */ |