mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
cleaned up some logging
This commit is contained in:
parent
90050610ac
commit
45ad98aaf5
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ func (self *Brand) cache_it(bm IBitmap, bitmap_id uint64, category uint64) {
|
|||
if bm.Count() >= self.threshold_value {
|
||||
self.bitmap_cache[bitmap_id] = &Rank{&Pair{bitmap_id, bm.Count()}, bm, category}
|
||||
if len(self.bitmap_cache) > self.threshold_length {
|
||||
log.Info("RANK: %d %d %d", len(self.bitmap_cache), self.threshold_length, self.threshold_value)
|
||||
log.Info("RANK:", len(self.bitmap_cache), self.threshold_length, self.threshold_value)
|
||||
self.Rank()
|
||||
self.trim()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue