aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 13:59:46 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 13:59:46 -0800
commitefad8fadd36899ff98ff616c349d181f2f1e4004 (patch)
tree120f700b0d255d1b391dcb28681161f27938325d /src/core/transport
parent1a305b1d9dc19910ad81df88f494cf282747bc54 (diff)
Spam cleanup, test speedup
Diffstat (limited to 'src/core/transport')
-rw-r--r--src/core/transport/chttp2_transport.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c
index 551ae27e61..6999d58102 100644
--- a/src/core/transport/chttp2_transport.c
+++ b/src/core/transport/chttp2_transport.c
@@ -1025,8 +1025,6 @@ static void cancel_stream_inner(transport *t, stream *s, gpr_uint32 id,
int had_outgoing;
char buffer[GPR_LTOA_MIN_BUFSIZE];
- gpr_log(GPR_DEBUG, "cancel %d", id);
-
if (s) {
/* clear out any unreported input & output: nobody cares anymore */
had_outgoing = s->outgoing_sopb.nops != 0;