Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg authored and owenrumney committed Oct 7, 2021
1 parent b4f30cc commit 261f344
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/app/cfsec/adapter/aws/workspaces/workspaces.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package workspaces

import (
"fmt"

"github.com/aquasecurity/cfsec/internal/app/cfsec/parser"
"github.com/aquasecurity/defsec/provider/aws/workspaces"
"github.com/aquasecurity/defsec/types"
Expand All @@ -29,9 +27,6 @@ func getWorkSpaces(ctx parser.FileContext) (workSpaces []workspaces.WorkSpace) {
} else {
workspace.UserVolume.Encryption.Enabled = userEncrypted.AsBoolValue()
}

fmt.Printf("WORKSPACE: ROOT: %#v USER: %#v\n\n", workspace.RootVolume.Encryption.Enabled.Value(), workspace.UserVolume.Encryption.Enabled.Value())

workSpaces = append(workSpaces, workspace)
}
return workSpaces
Expand Down

0 comments on commit 261f344

Please sign in to comment.