aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-16 14:48:30 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-16 14:48:30 -0800
commitbed24048cc83caee5717790fb8a5d30a83d0aea7 (patch)
treec449ba35ff9c94d1159c89930d7f387c1f6da33d /src
parentac88ca1907669fc542598504ebfdb818ebbf96bc (diff)
Remove spam
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/transport/chttp2/transport/chttp2_transport.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/ext/transport/chttp2/transport/chttp2_transport.c b/src/core/ext/transport/chttp2/transport/chttp2_transport.c
index 570f289302..7b7a741fbb 100644
--- a/src/core/ext/transport/chttp2/transport/chttp2_transport.c
+++ b/src/core/ext/transport/chttp2/transport/chttp2_transport.c
@@ -1564,12 +1564,6 @@ void grpc_chttp2_fail_pending_writes(grpc_exec_ctx *exec_ctx,
"send_initial_metadata_finished");
s->send_trailing_metadata = NULL;
- if (s->send_trailing_metadata_finished) {
- const char *why = grpc_error_string(error);
- gpr_log(GPR_DEBUG, "cancel send_trailing_metadata: writing=%d %s",
- t->write_state, why);
- grpc_error_free_string(why);
- }
grpc_chttp2_complete_closure_step(
exec_ctx, t, s, &s->send_trailing_metadata_finished,
GRPC_ERROR_REF(error), "send_trailing_metadata_finished");