@cryptotaxi247 / kubo / commits / e3f8f8cca

rm low SnR debug statement

"Get" is still fairly useful. Leaving it there. License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>

Brian Tiger Chow committed Dec 18, 2014 at 18:51 UTC e3f8f8cca118fbac6fd2f634a5aab85ea3dfeec5
1 file changed -1
blockservice/blockservice.go
-1
@@ -41,7 +41,6 @@ func New(bs blockstore.Blockstore, rem exchange.Interface) (*BlockService, error
41 // TODO pass a context into this if the remote.HasBlock is going to remain here.
42 func (s *BlockService) AddBlock(b *blocks.Block) (u.Key, error) {
43 k := b.Key()
44 - log.Debugf("blockservice: storing [%s] in datastore", k)
44 err := s.Blockstore.Put(b)
45 if err != nil {
46 return k, err