mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 08:40:42 +00:00
kube-apiserver/leaderelection: remove broken printf
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
This commit is contained in:
parent
bee5e03707
commit
87f40441d6
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user