Skip to content

Commit

Permalink
refactor(transaction): remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Jan 28, 2024
1 parent 196163f commit 9339e99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export function waitForReceipt<abi extends Abi>({
chainId: contract.chainId,
onNewBlockNumber: () => {
blocksWaited++;
console.log("blocksWaited", blocksWaited);
if (blocksWaited >= MAX_BLOCKS_WAIT_TIME) {
unwatch();
reject(new Error("Transaction not found after 10 blocks"));
Expand Down

0 comments on commit 9339e99

Please sign in to comment.