style: remove extra log

This commit is contained in:
Jonathan Oppenheimer 2026-01-13 16:19:38 -05:00
parent 5f9bf92f34
commit 52735463e2
No known key found for this signature in database
GPG key ID: E4CEF9010EB8B740

View file

@ -488,7 +488,6 @@ func (dl *diskLayer) checkAndFlush(ctx *generatorContext, current []byte) error
journalProgress(ctx.batch, current, ctx.stats)
if err := ctx.batch.Write(); err != nil {
log.Error("Failed to flush batch", "err", err)
return err
}
ctx.batch.Reset()