Remove a log.Print in the test to avoid spamming

This commit is contained in:
iamqizhao
2015-01-28 13:28:34 -08:00
parent 3befeb9b91
commit 2098bc80fd

View File

@ -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{