Skip to content

Commit

Permalink
remove log change
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju authored Jan 11, 2022
1 parent 655051e commit 58edb1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extern/storage-sealing/upgrade_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{})
}

Expand Down

0 comments on commit 58edb1b

Please sign in to comment.