etcdserver: Fix to backport of #9288 for pre-RequestV2 code

This commit is contained in:
Joe Betz 2018-06-07 11:02:00 -07:00 committed by jpbetz
parent df000fd776
commit 7b1b7def84

View File

@ -123,8 +123,3 @@ func (s *EtcdServer) Do(ctx context.Context, r pb.Request) (Response, error) {
}
return Response{}, ErrUnknownMethod
}
func (r *RequestV2) String() string {
rpb := pb.Request(*r)
return rpb.String()
}