From 51128c1d4f38d071127b2c5a4ef760df7375e637 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:58:14 +0100 Subject: [PATCH] Remove console.log --- .../forms/CreateTxForm/MsgForm/MsgExecuteContractForm.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/forms/CreateTxForm/MsgForm/MsgExecuteContractForm.tsx b/components/forms/CreateTxForm/MsgForm/MsgExecuteContractForm.tsx index c77736a..413997b 100644 --- a/components/forms/CreateTxForm/MsgForm/MsgExecuteContractForm.tsx +++ b/components/forms/CreateTxForm/MsgForm/MsgExecuteContractForm.tsx @@ -133,8 +133,6 @@ const MsgExecuteContractForm = ({ funds: microCoin ? [microCoin] : [], }); - console.log({ msgValue }); - const msg: MsgExecuteContractEncodeObject = { typeUrl: MsgTypeUrls.Execute, value: msgValue }; setMsgGetter({ isMsgValid, msg });