lpffi: Remove debug log from TreeD

This commit is contained in:
Łukasz Magiera 2023-12-24 22:06:36 +01:00
parent 1684f275b0
commit 84c2d46829

View File

@ -122,8 +122,6 @@ func (sb *SealCalls) TreeD(ctx context.Context, sector storiface.SectorRef, size
} }
defer releaseSector() defer releaseSector()
log.Errorw("oest.idos.hbisor.bpisro.pisro.bpisro.bxsrobpyxsrbpoyxsrgbopyx treed", "paths", paths.Cache)
return lpproof.BuildTreeD(data, filepath.Join(paths.Cache, proofpaths.TreeDName), size) return lpproof.BuildTreeD(data, filepath.Join(paths.Cache, proofpaths.TreeDName), size)
} }