Skip to content

Commit bc21966

Browse files
Merge pull request #3384 from ipfs/kevina/blockstore-kill-debug-stmt
blockstore: remove expensive debug statement in AllKeysChan
2 parents aae9eb7 + 62c380b commit bc21966

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

blocks/blockstore/blockstore.go

-2
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ func (bs *blockstore) AllKeysChan(ctx context.Context) (<-chan *cid.Cid, error)
202202
return nil, true
203203
}
204204

205-
log.Debug("blockstore: query got key", c)
206-
207205
return c, true
208206
}
209207
}

0 commit comments

Comments
 (0)