diff --git a/internal/cli/commands/mesh-check.go b/internal/cli/commands/mesh-check.go index 9755e44..775e939 100644 --- a/internal/cli/commands/mesh-check.go +++ b/internal/cli/commands/mesh-check.go @@ -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