chore(bitswap): rm todo
Brian Tiger Chow committed
Jan 18, 2015 at 20:30 UTC
129d413f0ee8771a65581f21d93a6f86683c6367
1 file changed
-1
exchange/bitswap/bitswap.go
-1
@@ -147,7 +147,6 @@ func (bs *bitswap) GetBlock(parent context.Context, k u.Key) (*blocks.Block, err
147
// resources, provide a context with a reasonably short deadline (ie. not one
148
// that lasts throughout the lifetime of the server)
149
func (bs *bitswap) GetBlocks(ctx context.Context, keys []u.Key) (<-chan *blocks.Block, error) {
150
- // TODO log the request
150
151
promise := bs.notifications.Subscribe(ctx, keys...)
152
select {