Remove a log.Print in the test to avoid spamming
This commit is contained in:
@ -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{
|
||||||
|
Reference in New Issue
Block a user