We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bee5e03 + 87f4044 commit f44f7b7Copy full SHA for f44f7b7
pkg/controlplane/controller/leaderelection/election.go
@@ -83,7 +83,6 @@ func topologicalSortWithOneRoot(graph map[v1.CoordinatedLeaseStrategy][]v1.Coord
83
}
84
85
if len(sorted) != len(graph) {
86
- fmt.Printf("%s", (sorted))
87
return nil // Cycle detected
88
89
0 commit comments