diff --git a/yarn-project/world-state/src/synchronizer/server_world_state_synchronizer.ts b/yarn-project/world-state/src/synchronizer/server_world_state_synchronizer.ts index 2c936fbe2641..feec721e2a30 100644 --- a/yarn-project/world-state/src/synchronizer/server_world_state_synchronizer.ts +++ b/yarn-project/world-state/src/synchronizer/server_world_state_synchronizer.ts @@ -218,7 +218,6 @@ export class ServerWorldStateSynchronizer implements WorldStateSynchronizer { const encoded = Buffer.from(hex.length % 2 === 1 ? '0' + hex : hex, 'hex'); await this.db.put(DB_KEY_BLOCK_NUMBER, encoded); - this.log.debug(`Committed current L2 block number ${this.currentL2BlockNum} to db`); } private async restoreCurrentL2BlockNumber() {