Skip to content

Commit 8808a61

Browse files
committed
remove debug log statements for gas price in sendTransactionWorker
1 parent 2753d03 commit 8808a61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/worker/tasks/sendTransactionWorker.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ const _sendTransaction = async (
305305
// This call throws if the execution would be reverted.
306306
// The nonce is _not_ set yet.
307307

308-
console.log("override gas price", overrides?.gasPrice);
309-
310308
let populatedTransaction: PopulatedTransaction;
311309
try {
312310
populatedTransaction = await toSerializableTransaction({
@@ -406,7 +404,6 @@ const _sendTransaction = async (
406404
}
407405

408406
await addSentNonce(chainId, from, nonce);
409-
console.log("populated transaction gas price", populatedTransaction.gasPrice);
410407

411408
return {
412409
...queuedTransaction,

0 commit comments

Comments
 (0)