Skip to content

Commit 24c5493

Browse files
authored
core/vm: remove debug printout in eof test (ethereum#30665)
1 parent 461afdf commit 24c5493

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/vm/eof_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ package vm
1818

1919
import (
2020
"encoding/hex"
21-
"fmt"
2221
"reflect"
2322
"testing"
2423

@@ -95,7 +94,6 @@ func TestEOFSubcontainer(t *testing.T) {
9594
if err := got.UnmarshalBinary(b, true); err != nil {
9695
t.Fatal(err)
9796
}
98-
fmt.Print(got)
9997
if res := got.MarshalBinary(); !reflect.DeepEqual(res, b) {
10098
t.Fatalf("invalid marshalling, want %v got %v", b, res)
10199
}

0 commit comments

Comments
 (0)