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
commit f44f7b7422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}