Commit da268f18 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

rm low SnR debug statement

"Get" is still fairly useful. Leaving it there.

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent d63258a4
...@@ -41,7 +41,6 @@ func New(bs blockstore.Blockstore, rem exchange.Interface) (*BlockService, error ...@@ -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. // 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) { func (s *BlockService) AddBlock(b *blocks.Block) (u.Key, error) {
k := b.Key() k := b.Key()
log.Debugf("blockservice: storing [%s] in datastore", k)
err := s.Blockstore.Put(b) err := s.Blockstore.Put(b)
if err != nil { if err != nil {
return k, err return k, err
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment