Skip to content

Commit

Permalink
Merge pull request #3384 from ipfs/kevina/blockstore-kill-debug-stmt
Browse files Browse the repository at this point in the history
blockstore: remove expensive debug statement in AllKeysChan
  • Loading branch information
whyrusleeping committed Nov 15, 2016
2 parents aae9eb7 + 62c380b commit bc21966
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 bc21966

Please sign in to comment.