Skip to content

Commit

Permalink
feat: remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-keinan committed Oct 23, 2021
1 parent 058bd14 commit ea7c779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cli/commands/mesh-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func (mc *MeshCheck) runAuditTest(at *models.SecurityCheck, policies map[string]
policy := policies[policyParam.PolicyName]
cmdEvalResult := mc.Evaluator.EvalCommandPolicy(at.CheckCommand, at.EvalExpr, policy)
at.PolicyResult = cmdEvalResult
//fmt.Println(fmt.Sprintf("return res %v",at.PolicyResult.PolicyResult))
// continue with result processing
auditRes = append(auditRes, mc.ResultProcessor(at, cmdEvalResult.Match)...)
return auditRes
Expand Down

0 comments on commit ea7c779

Please sign in to comment.