1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00

lol changing a server into a script

This commit is contained in:
Kane York 2016-04-10 17:19:30 -07:00
parent e1e26f5288
commit 74270245ab
3 changed files with 50 additions and 17 deletions

View file

@ -171,7 +171,7 @@ func (si *serverInfo) GetHLL(at time.Time) (*hyperloglog.HyperLogLogPlus, error)
if err != nil {
// continue to download
} else {
fmt.Printf("opened hll %s:%s\n", si.subdomain, getHLLCacheKey(at))
//fmt.Printf("opened hll %s:%s\n", si.subdomain, getHLLCacheKey(at))
return loadHLLFromStream(reader)
}