diff --git a/yarn-project/prover-client/src/orchestrator/checkpoint-sub-tree-orchestrator.ts b/yarn-project/prover-client/src/orchestrator/checkpoint-sub-tree-orchestrator.ts index 55e22e1247cc..c3d0c0e39806 100644 --- a/yarn-project/prover-client/src/orchestrator/checkpoint-sub-tree-orchestrator.ts +++ b/yarn-project/prover-client/src/orchestrator/checkpoint-sub-tree-orchestrator.ts @@ -323,7 +323,7 @@ export class CheckpointSubTreeOrchestrator extends ProvingScheduler { if (!txs.length) { // Empty block: setBlockCompleted handles this without addTxs being called. Bail to // avoid the throw below (we cannot find the blockNumber without any txs). - this.logger.warn(`Provided no txs to addTxs.`); + this.logger.verbose(`Provided no txs to addTxs.`); return; }