mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
removed some logging
This commit is contained in:
parent
20359fc3cb
commit
2d7780a4af
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ func (c *CassandraStorage) Fetch(bitmap_id uint64, db string, frame string, slic
|
|||
s8 uint8
|
||||
filter int
|
||||
)
|
||||
log.Println("FETCHING ", bitmap_id, db, slice)
|
||||
|
||||
bitmap := CreateRBBitmap()
|
||||
iter := c.db.Query("SELECT filter,Chunkkey,BlockIndex,block FROM bitmap WHERE bitmap_id=? AND db=? AND frame=? AND slice=? ", id, db, frame, slice).Iter()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue