Merge pull request #18 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
commit 3e6466f7dc
1 changed files with 0 additions and 1 deletions

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{