mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
remove extra log
This commit is contained in:
parent
e6da0c11f1
commit
4d3b310e1f
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ const (
|
|||
func backgroundScan(n, scope, policychange string, wg *sync.WaitGroup, restConfig *rest.Config, logger logr.Logger) {
|
||||
lgr := logger.WithValues("namespace", n, "scope", scope, "policychange", policychange)
|
||||
defer func() {
|
||||
lgr.Error(nil, "done")
|
||||
wg.Done()
|
||||
}()
|
||||
dClient, err := client.NewClient(restConfig, 5*time.Minute, make(chan struct{}), lgr)
|
||||
|
|
Loading…
Add table
Reference in a new issue