remove debug info

This commit is contained in:
iamqizhao
2015-10-21 15:24:16 -07:00
parent e18e2c8054
commit 17b181003d

View File

@ -1078,7 +1078,6 @@ func testExceedMaxStreamsLimit(t *testing.T, e env) {
for {
select {
case <-ch:
//grpclog.Println("start a stream...")
ctx, _ := context.WithTimeout(context.Background(), time.Second)
if _, err := tc.StreamingInputCall(ctx); err != nil {
if grpc.Code(err) == codes.DeadlineExceeded {