remove log change
This commit is contained in:
parent
655051ef98
commit
58edb1b15d
1
extern/storage-sealing/upgrade_queue.go
vendored
1
extern/storage-sealing/upgrade_queue.go
vendored
@ -107,7 +107,6 @@ func (m *Sealing) MarkForSnapUpgrade(ctx context.Context, id abi.SectorNumber) e
|
|||||||
"Upgrade expiration before marking for upgrade", id, onChainInfo.Expiration)
|
"Upgrade expiration before marking for upgrade", id, onChainInfo.Expiration)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("updating sector number %d", id)
|
|
||||||
return m.sectors.Send(uint64(id), SectorStartCCUpdate{})
|
return m.sectors.Send(uint64(id), SectorStartCCUpdate{})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user