summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-04-19 23:11:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-04-19 23:11:34 +0200
commit95ed47ff9d9d197a2269408fdd6e28bf793e00e7 (patch)
tree3b45e550fa4197a002cc53f7bdee4098729f4b73
parentb04ac791ec733fa6152a87b7defd4d625c468a80 (diff)
downloadcurl-bagder/http2-issue-2416.tar.gz
fixup: remove leftover debug codebagder/http2-issue-2416
-rw-r--r--lib/transfer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 0ad667dbc..9712a7f7e 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -1927,9 +1927,6 @@ CURLcode Curl_retry_request(struct connectdata *conn,
{
struct Curl_easy *data = conn->data;
bool retry = FALSE;
-
- infof(data, "%s:%d\n", __func__, __LINE__);
-
*url = NULL;
/* if we're talking upload, we can't do the checks below, unless the protocol