aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-13 17:57:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-13 17:57:00 -0700
commitef91e569ccaa805fa0feb71565d316e171678f55 (patch)
tree7ead21270e63019766c5ce329f7f392586668660 /src
parent47284bec5cb68bae61fcb403ec1e4073fd31f424 (diff)
Revert spam
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/transport/chttp2/transport/writing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ext/transport/chttp2/transport/writing.c b/src/core/ext/transport/chttp2/transport/writing.c
index 8f86ed690b..b39695a1a5 100644
--- a/src/core/ext/transport/chttp2/transport/writing.c
+++ b/src/core/ext/transport/chttp2/transport/writing.c
@@ -151,8 +151,6 @@ bool grpc_chttp2_begin_write(grpc_exec_ctx *exec_ctx,
bool is_last_frame =
is_last_data_frame && s->send_trailing_metadata != NULL &&
grpc_metadata_batch_is_empty(s->send_trailing_metadata);
- gpr_log(GPR_DEBUG, "sb:%d ldf:%d ilf:%d", send_bytes,
- is_last_data_frame, is_last_frame);
grpc_chttp2_encode_data(s->id, &s->flow_controlled_buffer, send_bytes,
is_last_frame, &s->stats.outgoing,
&t->outbuf);