diff --git a/p2p/client.go b/p2p/client.go index e965e19a7..596669f99 100644 --- a/p2p/client.go +++ b/p2p/client.go @@ -622,7 +622,6 @@ func (c *Client) retrieveBlockSyncLoop(ctx context.Context, msgHandler BlockSync c.logger.Debug("Blocksync getting block.", "height", h, "revision", state.GetRevision()) id, err := c.GetBlockIdFromDHT(ctx, h, state.GetRevision()) if err != nil || id == cid.Undef { - c.logger.Debug("Blocksync unable to find cid", "height", h) continue } _, err = c.store.SaveBlockCid(h, id, nil)