Skip to content

Commit

Permalink
chore: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 17, 2024
1 parent ad76ff2 commit 3a4e835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/benchmarks/benchmark_ibc_update_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ func generateUpdateClientTransaction(b *testing.B, app *app.App, signer user.Sig
LastBlockID: lastBlockID,
}
header0Hash := t.Hash()
fmt.Println(header0Hash.Bytes())
blockID := makeBlockID(header0Hash, 1000, []byte("partshash"))
commit, err := makeValidCommit(5, blockID, state.Validators, privVals)
require.NoError(b, err)
Expand Down

0 comments on commit 3a4e835

Please sign in to comment.