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.
1 parent bee5e03 commit 87f4044Copy full SHA for 87f4044
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