Skip to content

Commit

Permalink
remove debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mftoure committed Feb 26, 2025
1 parent 97d525b commit f976ca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/security/secl/rules/ruleset.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ func (rs *RuleSet) innerAddExpandedRule(parsingContext *ast.ParsingContext, pRul
if action.Def.Set != nil && action.Def.Set.Field != "" {
if _, found := rs.fieldEvaluators[action.Def.Set.Field]; !found {
evaluator, err := rs.model.GetEvaluator(action.Def.Set.Field, "")
fmt.Println("000000000", evaluator, err)
if err != nil {
return "", err
}
Expand Down

0 comments on commit f976ca2

Please sign in to comment.