dont rewrite operators and dont write replaceAttr function

This commit is contained in:
miampf 2024-01-10 14:16:45 +01:00
parent 7cabd03ade
commit c1168588e6
No known key found for this signature in database
GPG key ID: 376EAC0E5307A669
2 changed files with 0 additions and 6 deletions

View file

@ -75,7 +75,6 @@ func main() {
flag.BoolVar(&enableLeaderElection, "leader-elect", false,
"Enable leader election for controller manager. "+
"Enabling this will ensure there is only one active controller manager.")
// TODO(miampf): Find out what is going on here and reimplement it in log/slog.
opts := zap.Options{
Development: true,
}