mirror of https://github.com/grpc/grpc-go.git
Merge pull request #18 from iamqizhao/master
Remove a log.Print in the test to avoid spamming
This commit is contained in:
commit
3e6466f7dc
|
|
@ -258,7 +258,6 @@ func performOneRPC(ct ClientTransport) {
|
|||
}
|
||||
s, err := ct.NewStream(context.Background(), callHdr)
|
||||
if err != nil {
|
||||
log.Printf("failed to open stream: %v", err)
|
||||
return
|
||||
}
|
||||
opts := Options{
|
||||
|
|
|
|||
Loading…
Reference in New Issue