Skip to content

Commit

Permalink
chore: remove debug prints (#8347)
Browse files Browse the repository at this point in the history
Signed-off-by: nikpivkin <[email protected]>
  • Loading branch information
nikpivkin authored Feb 4, 2025
1 parent 5695eb2 commit ffa3023
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pkg/fanal/analyzer/analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package analyzer_test

import (
"context"
"fmt"
"os"
"sync"
"testing"
Expand Down Expand Up @@ -686,7 +685,6 @@ func TestAnalyzerGroup_AnalyzerVersions(t *testing.T) {
})
require.NoError(t, err)
got := a.AnalyzerVersions()
fmt.Printf("%v\n", got)
assert.Equal(t, tt.want, got)
})
}
Expand Down
2 changes: 0 additions & 2 deletions pkg/iac/adapters/terraform/aws/redshift/adapt_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package redshift

import (
"fmt"
"testing"

"github.com/stretchr/testify/assert"
Expand Down Expand Up @@ -76,7 +75,6 @@ func Test_Adapt(t *testing.T) {
t.Run(test.name, func(t *testing.T) {
modules := tftestutil.CreateModulesFromSource(t, test.terraform, ".tf")
adapted := Adapt(modules)
fmt.Println(adapted.SecurityGroups[0].Description.Value())
testutil.AssertDefsecEqual(t, test.expected, adapted)
})
}
Expand Down

0 comments on commit ffa3023

Please sign in to comment.