Skip to content

Commit 93e7288

Browse files
committed
fix: remove log lines
1 parent 6f9f364 commit 93e7288

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/webhook/preflight/generic/checker.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ func (g *genericChecker) Init(
5050
g.configurationCheckFactory(cd),
5151
}
5252
checks = append(checks, g.registryCheckFactory(cd)...)
53-
cd.log.Info("returning checks", "checks", checks)
5453
return checks
5554
}

pkg/webhook/preflight/generic/registry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func (r *registryCheck) Name() string {
3939
}
4040

4141
func (r *registryCheck) Run(ctx context.Context) preflight.CheckResult {
42-
r.log.Info("Running registry check")
4342
if r.registryMirror != nil {
4443
return r.checkRegistry(
4544
ctx,

0 commit comments

Comments
 (0)