Merge pull request from iamqizhao/master

Remove a log.Print in the test to avoid spamming
This commit is contained in:
Qi Zhao
2015-01-28 13:29:23 -08:00

@ -258,7 +258,6 @@ func performOneRPC(ct ClientTransport) {
} }
s, err := ct.NewStream(context.Background(), callHdr) s, err := ct.NewStream(context.Background(), callHdr)
if err != nil { if err != nil {
log.Printf("failed to open stream: %v", err)
return return
} }
opts := Options{ opts := Options{