aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call_log_batch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/call_log_batch.c')
-rw-r--r--src/core/surface/call_log_batch.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/surface/call_log_batch.c b/src/core/surface/call_log_batch.c
index 2dd9737cf8..16212f6386 100644
--- a/src/core/surface/call_log_batch.c
+++ b/src/core/surface/call_log_batch.c
@@ -110,9 +110,6 @@ void grpc_call_log_batch(char *file, int line, gpr_log_severity severity,
void *tag) {
char *tmp;
size_t i;
- gpr_log(file, line, severity,
- "grpc_call_start_batch(call=%p, ops=%p, nops=%d, tag=%p)", call, ops,
- nops, tag);
for (i = 0; i < nops; i++) {
tmp = grpc_op_string(&ops[i]);
gpr_log(file, line, severity, "ops[%d]: %s", i, tmp);