change the value of enabletracing to false

This commit is contained in:
yangzhouhan
2015-06-10 17:19:50 -07:00
parent 04b604054f
commit 66a455aa02

View File

@ -47,8 +47,9 @@ import (
"google.golang.org/grpc/grpclog"
)
var EnableTracing = false
func init(){
grpc.EnableTracing = false
}
func newPayload(t testpb.PayloadType, size int) *testpb.Payload {
if size < 0 {
grpclog.Fatalf("Requested a response with invalid length %d", size)