Skip to content

Commit

Permalink
removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 28, 2024
1 parent 737ac50 commit 8211aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8211aa3

Please sign in to comment.