Skip to content

Commit

Permalink
Remove fmt.Println from test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshklop committed Sep 12, 2023
1 parent 0a2da0b commit 62ac13b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/vm/memory/memory_manager_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package memory

import (
"fmt"
"testing"

f "github.com/consensys/gnark-crypto/ecc/stark-curve/fp"
Expand Down Expand Up @@ -138,7 +137,6 @@ func updateMemoryWithValues(memory *Memory, valuesToWrite []memoryWrite) {
memory.AllocateEmptySegment()
}

fmt.Println("c")
// write the memory val
err = memory.Write(toWrite.SegmentIndex, toWrite.Offset, val)
if err != nil {
Expand Down

0 comments on commit 62ac13b

Please sign in to comment.