Skip to content

Commit aab8a5b

Browse files
committed
remove old comment
1 parent ae36d38 commit aab8a5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/util/cmd/common/clusters.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func ConstructClusterAssignment(log zerolog.Logger, partnerNodes, internalNodes
5252
nCollectors, numCollectionClusters)
5353
}
5454

55-
//random := rand.New(randomSource)
5655
// shuffle partner nodes in-place using the provided randomness
5756
_ = randomSource.Shuffle(len(partnerCollectors), func(i, j int) {
5857
partnerCollectors[i], partnerCollectors[j] = partnerCollectors[j], partnerCollectors[i]

0 commit comments

Comments
 (0)