Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
aalda committed Mar 8, 2019
1 parent 7466657 commit ac4870a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/client_membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,14 @@ func newMembershipCommand(ctx *clientContext, clientPreRun func(*cobra.Command,
CurrentVersion: %d
QueryVersion: %d
ActualVersion: %d
KeyDigest: %x
Key: %s`,
KeyDigest: %x`,
membershipResult.Exists,
// membershipResult.Hyper,
// membershipResult.History,
membershipResult.CurrentVersion,
membershipResult.QueryVersion,
membershipResult.ActualVersion,
membershipResult.KeyDigest,
membershipResult.Key,
)

if verify {
Expand Down

0 comments on commit ac4870a

Please sign in to comment.