From da9986eb661cdb472865d54a207069f3a11de3ce Mon Sep 17 00:00:00 2001 From: muzam1l Date: Fri, 27 May 2022 22:46:15 +0530 Subject: [PATCH] Remove unnecessary console logs --- components/Transaction/index.tsx | 1 - components/Transaction/json.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/components/Transaction/index.tsx b/components/Transaction/index.tsx index f6dbdc0..3ecff41 100644 --- a/components/Transaction/index.tsx +++ b/components/Transaction/index.tsx @@ -156,7 +156,6 @@ const Transaction: FC = ({ ptx.Account = account.address; ptx.Sequence = account.sequence; - console.log("estimating fee..."); estimateFee(ptx, account, { silent: true }) .then(res => res?.base_fee) .then(fee => { diff --git a/components/Transaction/json.tsx b/components/Transaction/json.tsx index 02377bb..597982e 100644 --- a/components/Transaction/json.tsx +++ b/components/Transaction/json.tsx @@ -100,7 +100,6 @@ export const TxJson: FC = ({ {} ); } - console.log({ estimatedFee}) return [ { uri: "file:///main-schema.json", // id of the first schema