kube-apiserver/leaderelection: remove broken printf

Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
This commit is contained in:
Dr. Stefan Schimanski 2024-07-26 09:27:05 +02:00
parent bee5e03707
commit 87f40441d6
No known key found for this signature in database
GPG Key ID: 4C68E0F19F95EC33

View File

@ -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
}