Remove duplicate comment

pull/13924/head
Luke Kysow 2022-07-26 10:19:49 -07:00
parent 3530d3782d
commit 021b00e321
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ func newHealthSnapshot(all []structs.CheckServiceNode, partition, peerName strin
// For all nodes, services, and checks we override the peer name and
// partition to be the local partition and local name for the peer.
for _, instance := range all {
// For all nodes, services, and checks we override the peer name and partition to be
// the local partition and local name for the peer.
instance.Node.PeerName = peerName
instance.Node.OverridePartition(partition)