diff --git a/yarn-project/sequencer-client/src/sequencer/sequencer.ts b/yarn-project/sequencer-client/src/sequencer/sequencer.ts index 0b7a475ed86a..df39acc7b3e1 100644 --- a/yarn-project/sequencer-client/src/sequencer/sequencer.ts +++ b/yarn-project/sequencer-client/src/sequencer/sequencer.ts @@ -253,7 +253,7 @@ export class Sequencer { return; } - this.log.info(`Can propose block ${newBlockNumber} at slot ${slot}`); + this.log.debug(`Can propose block ${newBlockNumber} at slot ${slot}`); const newGlobalVariables = await this.globalsBuilder.buildGlobalVariables( new Fr(newBlockNumber),