quiche: remove fprintf() leftover

This commit is contained in:
Daniel Stenberg 2020-12-14 11:19:48 +01:00
parent 9f85b986a9
commit 796c068895
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 0 additions and 1 deletions

View File

@ -833,7 +833,6 @@ CURLcode Curl_quic_done_sending(struct connectdata *conn)
ssize_t sent;
struct HTTP *stream = conn->data->req.p.http;
struct quicsocket *qs = conn->quic;
fprintf(stderr, "!!! Curl_quic_done_sending\n");
stream->upload_done = TRUE;
sent = quiche_h3_send_body(qs->h3c, qs->conn, stream->stream3_id,
NULL, 0, TRUE);