removed some logging

This commit is contained in:
Todd Gruben 2014-04-10 16:50:04 -05:00
parent 7b48c7fc6d
commit 8f0c1c14b5

View file

@ -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 {