Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Dec 25, 2023
1 parent e2bc85f commit 530315b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/wasm/keeper/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ func InstantiateHackatomExampleContract(t testing.TB, ctx sdk.Context, keepers T
adminAddr := contract.CreatorAddr
label := "demo contract to query"
contractAddr, _, err := keepers.ContractKeeper.Instantiate(ctx, contract.CodeID, contract.CreatorAddr, adminAddr, initMsgBz, label, initialAmount)
fmt.Println(err)
require.NoError(t, err)
return HackatomExampleInstance{
ExampleContract: contract,
Expand Down

0 comments on commit 530315b

Please sign in to comment.