Skip to content

Commit

Permalink
Remove printing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed May 20, 2024
1 parent fda0b97 commit d815d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evm-tests/jsontests/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ fn test_run(
access_list,
);
if check_create_exit_reason(&reason.0, &state.expect_exception) {
println!(" [{:?}] {}:{}", spec, name, i);
continue;
}
}
Expand Down

0 comments on commit d815d28

Please sign in to comment.