summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--table/policy.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/table/policy.go b/table/policy.go
index 92273467..809bb984 100644
--- a/table/policy.go
+++ b/table/policy.go
@@ -1878,7 +1878,6 @@ type Statement struct {
// evaluate each condition in the statement according to MatchSetOptions
func (s *Statement) Evaluate(p *Path) bool {
for _, c := range s.Conditions {
- fmt.Printf("%v, %t\n", c, c)
if !c.Evaluate(p) {
return false
}