core/vm: remove debug print in TestEOFSubcontainer

This commit is contained in:
Jared Wasinger 2024-10-23 20:55:04 +07:00
parent 3e567b8b29
commit 171dcfecf0

View file

@ -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)
}