Remove unnecessary console logs

This commit is contained in:
muzam1l
2022-05-27 22:46:15 +05:30
parent a21350770e
commit da9986eb66
2 changed files with 0 additions and 2 deletions

View File

@@ -156,7 +156,6 @@ const Transaction: FC<TransactionProps> = ({
ptx.Account = account.address;
ptx.Sequence = account.sequence;
console.log("estimating fee...");
estimateFee(ptx, account, { silent: true })
.then(res => res?.base_fee)
.then(fee => {

View File

@@ -100,7 +100,6 @@ export const TxJson: FC<JsonProps> = ({
{}
);
}
console.log({ estimatedFee})
return [
{
uri: "file:///main-schema.json", // id of the first schema