From 58b352343e2aff95fe649c1cd18dafacc1930c27 Mon Sep 17 00:00:00 2001 From: Na-Na Pang Date: Fri, 18 Oct 2019 14:52:18 -0700 Subject: [PATCH] comment out grpc_log --- include/grpcpp/impl/codegen/call_op_set.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/grpcpp/impl/codegen/call_op_set.h b/include/grpcpp/impl/codegen/call_op_set.h index ac1a76cdb2c..e6d7b900ca1 100644 --- a/include/grpcpp/impl/codegen/call_op_set.h +++ b/include/grpcpp/impl/codegen/call_op_set.h @@ -942,8 +942,8 @@ class CallOpSet : public CallOpSetInterface, // A failure here indicates an API misuse; for example, doing a Write // while another Write is already pending on the same RPC or invoking // WritesDone multiple times - gpr_log(GPR_ERROR, "API misuse of type %s observed", - g_core_codegen_interface->grpc_call_error_to_string(err)); + // gpr_log(GPR_ERROR, "API misuse of type %s observed", + // g_core_codegen_interface->grpc_call_error_to_string(err)); GPR_CODEGEN_ASSERT(false); } }