diff --git a/core/http.go b/core/http.go index 0803b4d2c..7d6c1e8c2 100644 --- a/core/http.go +++ b/core/http.go @@ -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 {