Skip to content

Commit

Permalink
blockstore: remove expensive debug statement in AllKeysChan
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Kevin Atkinson <[email protected]>
  • Loading branch information
kevina committed Nov 14, 2016
1 parent 8d6ac7a commit 62c380b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blocks/blockstore/blockstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ func (bs *blockstore) AllKeysChan(ctx context.Context) (<-chan *cid.Cid, error)
return nil, true
}

log.Debug("blockstore: query got key", c)

return c, true
}
}
Expand Down

0 comments on commit 62c380b

Please sign in to comment.