Skip to content

Commit

Permalink
simulators/ethereum/pyspec: Disable timing print
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Feb 15, 2024
1 parent c65a708 commit c8d6496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/ethereum/pyspec/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (tc *TestCase) run(t *hivesim.T) {

end := time.Now()

if tc.FailedErr == nil {
if false { // TODO: Activate only on --sim.loglevel > 3
t.Logf(`test timing:
setupClientEnv %v
startClient %v
Expand Down

0 comments on commit c8d6496

Please sign in to comment.