Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Feb 1, 2024
1 parent f06c713 commit 2db9230
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/utils/get-xcm-delivery-fee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ export async function getPolkadotXcmDeleveryFee(
convDeliveryFeeFactor *
(baseDeliveryFee + BigInt(xcmBytes.length) * byteFee);

console.log(
fee,
FixedPointNumber.fromInner(fee.toString(), decimal)
.mul(new FixedPointNumber(1.2))
.toString()
);

return FixedPointNumber.fromInner(fee.toString(), decimal).mul(
new FixedPointNumber(1.2) // add some buffer
);
Expand Down

0 comments on commit 2db9230

Please sign in to comment.