Browse Source

clean up

pull/1293/head
Chris Lu 5 years ago
parent
commit
ff0a7c1d18
  1. 1
      weed/pb/grpc_client_server.go

1
weed/pb/grpc_client_server.go

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

Loading…
Cancel
Save