From e4ab00ae1f6024bce6f0d3cebd7be9fd48bea738 Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Wed, 13 Aug 2014 17:20:03 +0000 Subject: [PATCH] turn off some logging --- core/http.go | 1 - 1 file changed, 1 deletion(-) 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 {