mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
core/vm: remove debug print in TestEOFSubcontainer
This commit is contained in:
parent
3e567b8b29
commit
171dcfecf0
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ func TestEOFSubcontainer(t *testing.T) {
|
|||
if err := got.UnmarshalBinary(b, true); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
fmt.Print(got)
|
||||
if res := got.MarshalBinary(); !reflect.DeepEqual(res, b) {
|
||||
t.Fatalf("invalid marshalling, want %v got %v", b, res)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue