Merge pull request #126377 from sttts/sttts-cle-fix-TestPickBestStrategy
kube-apiserver/leaderelection: remove broken printf
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user