Commit bc21966b authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3384 from ipfs/kevina/blockstore-kill-debug-stmt

blockstore: remove expensive debug statement in AllKeysChan
parents aae9eb78 62c380b0
......@@ -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
}
}
......
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