storageminer: Drop sortedSectorInfo log
This commit is contained in:
parent
e48f016b29
commit
b8f46bff26
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user