Skip to content

Commit 82db9b9

Browse files
committed
fix: remove unnecessary console log for feeMarketTx in Transaction class
1 parent 519816a commit 82db9b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/extension/src/providers/ethereum/libs/transaction

packages/extension/src/providers/ethereum/libs/transaction/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ class Transaction {
198198
chainId: BigInt(this.tx.chainId),
199199
defaultHardfork: Hardfork.London,
200200
});
201-
console.log(feeMarketTx);
202201
let finalizedTransaction = FeeMarketEIP1559Transaction.fromTxData(
203202
feeMarketTx as FinalizedFeeMarketEthereumTransaction,
204203
{

0 commit comments

Comments
 (0)