mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
remove debug log
This commit is contained in:
parent
a1d7816c10
commit
d56c1ac15f
1 changed files with 0 additions and 3 deletions
|
@ -126,8 +126,5 @@ func hasViolationSpecChanged(new, old *kyverno.PolicyViolationSpec) bool {
|
|||
old.ViolatedRules[i].Message = ""
|
||||
}
|
||||
|
||||
fmt.Println("====new", new)
|
||||
fmt.Println("====old", old)
|
||||
|
||||
return !reflect.DeepEqual(*new, *old)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue