aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/surface/call.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c
index 129c7376dd..ee94f274f8 100644
--- a/src/core/lib/surface/call.c
+++ b/src/core/lib/surface/call.c
@@ -1072,10 +1072,6 @@ static void continue_receiving_slices(grpc_exec_ctx *exec_ctx,
for (;;) {
size_t remaining = call->receiving_stream->length -
(*call->receiving_buffer)->data.raw.slice_buffer.length;
- gpr_log(GPR_DEBUG, "%p len=%d, have=%d, rem=%d", bctl,
- (int)call->receiving_stream->length,
- (int)(*call->receiving_buffer)->data.raw.slice_buffer.length,
- (int)remaining);
if (remaining == 0) {
call->receiving_message = 0;
grpc_byte_stream_destroy(exec_ctx, call->receiving_stream);