storageminer: Drop sortedSectorInfo log

This commit is contained in:
Łukasz Magiera 2019-11-11 18:32:46 +01:00
parent e48f016b29
commit b8f46bff26
2 changed files with 0 additions and 4 deletions

View File

@ -76,7 +76,6 @@ var infoCmd = &cli.Command{
fmt.Printf("Proving Period: Not Proving\n")
}
sinfo, err := sectorsInfo(ctx, nodeApi)
if err != nil {
return err

View File

@ -193,9 +193,6 @@ func (p *post) runPost(ctx context.Context) error {
var seed [32]byte
copy(seed[:], p.r)
vals := p.sortedSectorInfo()
log.Infof("SSI: %+v", vals.Values())
proof, err := p.m.sb.GeneratePoSt(p.sortedSectorInfo(), seed, faults)
if err != nil {
return xerrors.Errorf("running post failed: %w", err)