mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-22 12:38:13 +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
|
||||
for _, sp := range configPolicy.SubPolicies {
|
||||
fmt.Println(sp)
|
||||
for _, src := range sp.Rego {
|
||||
if src == "" {
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue