aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-30 10:05:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-30 10:05:03 -0700
commit6fa9148d51a5b4a9b6fb8502191b2aac87e0d57b (patch)
treeace39f62585c490445ba1e7a288155afa046a5ce /src/core
parentd32d1377c31bc6c666a347096fb549717e466269 (diff)
Spam cleanup
Diffstat (limited to 'src/core')
-rw-r--r--src/core/channel/client_channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/channel/client_channel.c b/src/core/channel/client_channel.c
index 2b6f162072..cb36fdc029 100644
--- a/src/core/channel/client_channel.c
+++ b/src/core/channel/client_channel.c
@@ -476,7 +476,6 @@ static void destroy_call_elem(grpc_call_element *elem) {
remove it from the in-flight requests tracked by the child_entry we
picked */
gpr_mu_lock(&calld->mu_state);
- gpr_log(GPR_DEBUG, "call_elem destroy @ state %d", calld->state);
switch (calld->state) {
case CALL_ACTIVE:
subchannel_call = calld->subchannel_call;