Skip to content

Commit acd4465

Browse files
committed
minor change
1 parent 1744c2b commit acd4465

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/orchestrator/committer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ func (c *Committer) runCommitLoop(ctx context.Context, interval time.Duration) {
149149
if err := c.commit(ctx, blockDataToCommit); err != nil {
150150
log.Error().Err(err).Msg("Error committing blocks")
151151
}
152-
c.cleanupProcessedStagingBlocks()
153152
}()
154153
}
155154
}

0 commit comments

Comments
 (0)