diff --git a/main.go b/main.go index cf93b74..7f1e7c9 100644 --- a/main.go +++ b/main.go @@ -123,15 +123,6 @@ func main() { os.Exit(1) } - setupLog.V(1).Info("this should be debug") - setupLog.V(0).Info("this should be info") - setupLog.V(-1).Info("this should be level 1") - - setupLog.V(-2).Info("this is level 2") - setupLog.V(-3).Info("this is level 3 ") - setupLog.Info("this should be be here by default") - setupLog.Error(nil, "errorrr") - options := ctrl.Options{ Scheme: scheme, Namespace: watchNamespace,