Skip to content

Commit

Permalink
chore: remove log line
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Dec 12, 2024
1 parent 943c3c0 commit 00296fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yarn-project/ethereum/src/deploy_l1_contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,6 @@ export async function deployL1Contract(

const l1TxUtils = new L1TxUtils(publicClient, walletClient, logger);

logger?.info(`Deploying contract with salt [${maybeSalt}] and args ${args}`);

if (libraries) {
// Note that this does NOT work well for linked libraries having linked libraries.

Expand Down

0 comments on commit 00296fe

Please sign in to comment.