[Gpr_To_Absl_Logging] Remove gpr_log from grpc_call_log_batch

pull/37007/head
tanvi-jagtap 8 months ago
parent f1ab185cca
commit 84ffed71da
  1. 2
      src/core/lib/surface/filter_stack_call.cc

@ -752,7 +752,7 @@ grpc_call_error FilterStackCall::StartBatch(const grpc_op* ops, size_t nops,
return GRPC_CALL_ERROR;
}
GRPC_CALL_LOG_BATCH(GPR_INFO, ops, nops);
GRPC_CALL_LOG_BATCH(ops, nops);
if (nops == 0) {
EndOpImmediately(cq_, notify_tag, is_notify_tag_closure);

Loading…
Cancel
Save