Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Feb 15, 2024
1 parent 4c34f2b commit 7961eee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/pkg/policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ func (p DiggerPolicyChecker) CheckPlanPolicy(SCMrepository string, SCMOrganisati
}
var parsedPlanOutput map[string]interface{}

fmt.Printf("!!!%v!!!", planOutput)

err = json.Unmarshal([]byte(planOutput), &parsedPlanOutput)
if err != nil {
return false, nil, fmt.Errorf("failed to parse json terraform output to map: %v", err)
Expand Down

0 comments on commit 7961eee

Please sign in to comment.