Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Jan 9, 2025
1 parent c22ae31 commit 3c18793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnovm/pkg/transpiler/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func FuzzTranspiling(f *testing.F) {

// 2. Run the fuzzers.
f.Fuzz(func(t *testing.T, gnoSourceCode []byte) {
fmt.Println(string(gnoSourceCode))
// 3. Add timings to ensure that if transpiling takes a long time
// to run, that we report this as problematic.
doneCh := make(chan bool, 1)
Expand Down

0 comments on commit 3c18793

Please sign in to comment.