Skip to content

Commit

Permalink
Update TransactionClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Dec 30, 2024
1 parent 8ce4883 commit 45ade3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/clients/TransactionClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ export class TransactionClient {
txnsToSubmit.push(txns[i]);
}
}
this.logger.debug({
at: "TransactionClient",
message: `Submitting ${txnsToSubmit.length} transactions that successfully simulated`,
});
return await this.submit(chainId, txnsToSubmit);
}
}

0 comments on commit 45ade3f

Please sign in to comment.