remove debug

This commit is contained in:
Seven Du 2013-07-30 18:02:08 +08:00
parent d8a02dc244
commit b5e1725d52
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ static http_data_t *do_lookup_url(switch_memory_pool_t *pool, const char *url, c
curl_handle = switch_curl_easy_init();
if (options) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "%ld %ld\n", options->connect_timeout, options->timeout);
if (options->connect_timeout) {
switch_curl_easy_setopt(curl_handle, CURLOPT_CONNECTTIMEOUT, options->connect_timeout);
}