Skip to content

Commit

Permalink
remove witness debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed May 13, 2024
1 parent e3619e8 commit bb6e565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/block_test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ func (t *BlockTest) run(stateless bool, snapshotter bool, scheme string, tracer
return fmt.Errorf("failed to decode witness RLP: %v", err)
}

fmt.Printf("witness is %s\n", witness.PrettyPrint())
root, err := utils.StatelessExecute(os.Stdout, config, witness)
if err != nil {
return fmt.Errorf("verification execution error: %v", err)
Expand Down

0 comments on commit bb6e565

Please sign in to comment.