diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-30 16:33:45 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-30 16:33:45 -0700 |
commit | 9ae6f23fb9cd5ec0bde83d06b7a9465dfa9b9e25 (patch) | |
tree | 2ba4963e4c0f24a7f1ff90b6432f9b79e62b9c49 /src/core | |
parent | 3e57357aff574e54aaeeaae98c3e5aac41b50e63 (diff) |
Spam cleanup
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/transport/chttp2_transport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c index f938969717..a1910f0190 100644 --- a/src/core/transport/chttp2_transport.c +++ b/src/core/transport/chttp2_transport.c @@ -935,7 +935,6 @@ static void recv_data(void *tp, gpr_slice *slices, size_t nslices, static void reading_action(void *pt, int iomgr_success_ignored) { grpc_chttp2_transport *t = pt; - gpr_log(GPR_DEBUG, "reading_action"); grpc_endpoint_notify_on_read(t->ep, recv_data, t); } |