Merge pull request #126377 from sttts/sttts-cle-fix-TestPickBestStrategy

kube-apiserver/leaderelection: remove broken printf
This commit is contained in:
Kubernetes Prow Robot
2024-07-26 01:35:30 -07:00
committed by GitHub

View File

@@ -83,7 +83,6 @@ func topologicalSortWithOneRoot(graph map[v1.CoordinatedLeaseStrategy][]v1.Coord
}
if len(sorted) != len(graph) {
fmt.Printf("%s", (sorted))
return nil // Cycle detected
}