Remove console.log

This commit is contained in:
abefernan
2024-02-08 11:58:14 +01:00
parent 24b2b20135
commit 51128c1d4f
@@ -133,8 +133,6 @@ const MsgExecuteContractForm = ({
funds: microCoin ? [microCoin] : [],
});
console.log({ msgValue });
const msg: MsgExecuteContractEncodeObject = { typeUrl: MsgTypeUrls.Execute, value: msgValue };
setMsgGetter({ isMsgValid, msg });