turn off some logging

This commit is contained in:
Todd Gruben 2014-08-13 17:20:03 +00:00
parent 45cf21bcb2
commit e4ab00ae1f

View file

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