debug: remove http2 debug leftovers

This commit is contained in:
Daniel Stenberg
2015-06-10 23:16:17 +02:00
parent a5fb9151ee
commit 8d0d688296
2 changed files with 0 additions and 6 deletions

View File

@@ -1509,9 +1509,6 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
break;
}
DEBUGF(infof(data, "multi_runsingle:%d call Curl_readwrite\n",
__LINE__));
/* read/write data if it is ready to do so */
result = Curl_readwrite(data->easy_conn, data, &done);