Skip to content

Commit

Permalink
debug: remove http2 debug leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 10, 2015
1 parent a5fb915 commit 8d0d688
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/multi.c
Expand Up @@ -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);

Expand Down
3 changes: 0 additions & 3 deletions lib/transfer.c
Expand Up @@ -1053,9 +1053,6 @@ CURLcode Curl_readwrite(struct connectdata *conn,
return CURLE_SEND_ERROR;
}

DEBUGF(infof(data, "Curl_readwrite: keepon: %x select_res %x\n", k->keepon,
select_res));

/* We go ahead and do a read if we have a readable socket or if
the stream was rewound (in which case we have data in a
buffer) */
Expand Down

0 comments on commit 8d0d688

Please sign in to comment.