Remove console.log
This commit is contained in:
@@ -133,8 +133,6 @@ const MsgExecuteContractForm = ({
|
||||
funds: microCoin ? [microCoin] : [],
|
||||
});
|
||||
|
||||
console.log({ msgValue });
|
||||
|
||||
const msg: MsgExecuteContractEncodeObject = { typeUrl: MsgTypeUrls.Execute, value: msgValue };
|
||||
|
||||
setMsgGetter({ isMsgValid, msg });
|
||||
|
||||
Reference in New Issue
Block a user