Skip to content

Commit

Permalink
rm low SnR debug statement
Browse files Browse the repository at this point in the history
"Get" is still fairly useful. Leaving it there.

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
  • Loading branch information
Brian Tiger Chow authored and jbenet committed Dec 23, 2014
1 parent b19a931 commit e3f8f8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blockservice/blockservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func New(bs blockstore.Blockstore, rem exchange.Interface) (*BlockService, error
// TODO pass a context into this if the remote.HasBlock is going to remain here.
func (s *BlockService) AddBlock(b *blocks.Block) (u.Key, error) {
k := b.Key()
log.Debugf("blockservice: storing [%s] in datastore", k)
err := s.Blockstore.Put(b)
if err != nil {
return k, err
Expand Down

0 comments on commit e3f8f8c

Please sign in to comment.