mirror of
https://github.com/curl/curl.git
synced 2025-09-15 00:22:42 +03:00
multi: remove 'processing: <url>' debug message
- Remove debug message added by e024d566
.
Closes https://github.com/curl/curl/pull/11759
This commit is contained in:
parent
2fe97dc274
commit
7f597ca12c
|
@ -638,7 +638,6 @@ CURLMcode curl_multi_add_handle(struct Curl_multi *multi,
|
||||||
CONNCACHE_UNLOCK(data);
|
CONNCACHE_UNLOCK(data);
|
||||||
|
|
||||||
multi_warn_debug(multi, data);
|
multi_warn_debug(multi, data);
|
||||||
infof(data, "processing: %s", data->state.url);
|
|
||||||
|
|
||||||
return CURLM_OK;
|
return CURLM_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user