Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dfaae6 + ba51bea commit e55e115Copy full SHA for e55e115
src/core/surface/call.c
@@ -829,8 +829,6 @@ void grpc_call_recv_metadata(grpc_call_element *elem, grpc_call_op *op) {
829
grpc_call *call = CALL_FROM_TOP_ELEM(elem);
830
grpc_mdelem *md = op->data.metadata;
831
grpc_mdstr *key = md->key;
832
- gpr_log(GPR_DEBUG, "call %p got metadata %s %s", call,
833
- grpc_mdstr_as_c_string(md->key), grpc_mdstr_as_c_string(md->value));
834
if (key == grpc_channel_get_status_string(call->channel)) {
835
maybe_set_status_code(call, decode_status(md));
836
grpc_mdelem_unref(md);
0 commit comments