This commit is contained in:
Chris Lu 2020-04-23 03:10:47 -07:00
parent 30ee4f3291
commit ff0a7c1d18

View file

@ -94,7 +94,6 @@ func WithCachedGrpcClient(fn func(*grpc.ClientConn) error, address string, opts
return err return err
} }
println(" dialing to", address, "...")
grpcConnection, err := GrpcDial(context.Background(), address, opts...) grpcConnection, err := GrpcDial(context.Background(), address, opts...)
if err != nil { if err != nil {
grpcClientsLock.Unlock() grpcClientsLock.Unlock()