Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e55e115

Browse files
committed
Merge pull request #33 from nicolasnoble/quiet
Muting an extremely chatty log line.
2 parents 8dfaae6 + ba51bea commit e55e115

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/surface/call.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,6 @@ void grpc_call_recv_metadata(grpc_call_element *elem, grpc_call_op *op) {
829829
grpc_call *call = CALL_FROM_TOP_ELEM(elem);
830830
grpc_mdelem *md = op->data.metadata;
831831
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));
834832
if (key == grpc_channel_get_status_string(call->channel)) {
835833
maybe_set_status_code(call, decode_status(md));
836834
grpc_mdelem_unref(md);

0 commit comments

Comments
 (0)