diff --git a/yarn-project/aztec/src/sandbox/sandbox.ts b/yarn-project/aztec/src/sandbox/sandbox.ts index c21f13b16bfd..c0df368610c4 100644 --- a/yarn-project/aztec/src/sandbox/sandbox.ts +++ b/yarn-project/aztec/src/sandbox/sandbox.ts @@ -208,7 +208,6 @@ export async function createAztecNode( ...config, l1Contracts: { ...l1Contracts, ...config.l1Contracts }, }; - logger.info('createAztecNode', aztecNodeConfig); const node = await AztecNodeService.createAndSync(aztecNodeConfig, deps, options); return node; }