mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
removed some logging
This commit is contained in:
parent
7b48c7fc6d
commit
8f0c1c14b5
1 changed files with 0 additions and 2 deletions
|
|
@ -83,9 +83,7 @@ func (self *LevelDBStorage) Fetch(bitmap_id uint64, db string, frame string, sli
|
|||
log.Println("START")
|
||||
last_key = COUNTERMASK
|
||||
for iter.Next() {
|
||||
log.Println("CHUNK")
|
||||
id, chunk_key, block_index := decodeKey(iter.Key())
|
||||
log.Println(id, chunk_key, block_index)
|
||||
block, filter = decodeValue(iter.Value())
|
||||
if chunk_key != COUNTERMASK {
|
||||
if chunk_key != last_key {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue