mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #126377 from sttts/sttts-cle-fix-TestPickBestStrategy
kube-apiserver/leaderelection: remove broken printf
This commit is contained in:
commit
f44f7b7422
@ -83,7 +83,6 @@ func topologicalSortWithOneRoot(graph map[v1.CoordinatedLeaseStrategy][]v1.Coord
|
|||||||
}
|
}
|
||||||
|
|
||||||
if len(sorted) != len(graph) {
|
if len(sorted) != len(graph) {
|
||||||
fmt.Printf("%s", (sorted))
|
|
||||||
return nil // Cycle detected
|
return nil // Cycle detected
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user