mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
turn off some logging
This commit is contained in:
parent
45cf21bcb2
commit
e4ab00ae1f
1 changed files with 0 additions and 1 deletions
|
|
@ -339,7 +339,6 @@ func bitmaps(frame string, obj JsonObject) chan uint64 {
|
|||
atime, _ := time.Parse(shortForm, timestamp)
|
||||
|
||||
for _, id := range index.GetTimeIds(base_id, atime, index.YMDH) {
|
||||
log.Println(id)
|
||||
c <- id
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue