mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-24 05:28:16 +02:00
remove fmt.Println
This commit is contained in:
parent
14913a89b1
commit
ecf9a2a58d
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ func NewPolicyEvaluator(ctx context.Context, store *store.Store, configPolicy *c
|
||||||
|
|
||||||
// add any custom rego
|
// add any custom rego
|
||||||
for _, sp := range configPolicy.SubPolicies {
|
for _, sp := range configPolicy.SubPolicies {
|
||||||
fmt.Println(sp)
|
|
||||||
for _, src := range sp.Rego {
|
for _, src := range sp.Rego {
|
||||||
if src == "" {
|
if src == "" {
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue