1
0
Fork 0
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:
Shuting Zhao 2020-06-01 19:38:21 -07:00
parent a1d7816c10
commit d56c1ac15f

View file

@ -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)
}