remove fmt.Println

This commit is contained in:
Caleb Doxsey 2022-08-08 14:19:21 -06:00
parent 14913a89b1
commit ecf9a2a58d

View file

@ -123,7 +123,6 @@ func NewPolicyEvaluator(ctx context.Context, store *store.Store, configPolicy *c
// add any custom rego
for _, sp := range configPolicy.SubPolicies {
fmt.Println(sp)
for _, src := range sp.Rego {
if src == "" {
continue