remove log change

This commit is contained in:
Jiaying Wang 2022-01-10 22:24:25 -05:00 committed by GitHub
parent 655051ef98
commit 58edb1b15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,6 @@ func (m *Sealing) MarkForSnapUpgrade(ctx context.Context, id abi.SectorNumber) e
"Upgrade expiration before marking for upgrade", id, onChainInfo.Expiration)
}
log.Info("updating sector number %d", id)
return m.sectors.Send(uint64(id), SectorStartCCUpdate{})
}