Skip to content

Commit 87f4044

Browse files
committed
kube-apiserver/leaderelection: remove broken printf
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
1 parent bee5e03 commit 87f4044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controlplane/controller/leaderelection/election.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func topologicalSortWithOneRoot(graph map[v1.CoordinatedLeaseStrategy][]v1.Coord
8383
}
8484

8585
if len(sorted) != len(graph) {
86-
fmt.Printf("%s", (sorted))
8786
return nil // Cycle detected
8887
}
8988

0 commit comments

Comments
 (0)