mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
remove some spews
This commit is contained in:
parent
b05ad49ec4
commit
fd2a212d30
2 changed files with 0 additions and 2 deletions
|
|
@ -122,7 +122,6 @@ func (self *Executor) RunPQL(database_name string, pql string) interface{} {
|
|||
if err != nil {
|
||||
spew.Dump(err)
|
||||
}
|
||||
spew.Dump(final)
|
||||
final_result[query_list[i].Label] = final
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,6 @@ func (self *Brand) Store(bitmap_id uint64, bm IBitmap) {
|
|||
|
||||
func (self *Brand) TopN(src_bitmap IBitmap, n int) []Pair {
|
||||
self.rank_counter = 0
|
||||
println("RANK")
|
||||
self.Rank() // TODO: TERRIBLE REMOVE THIS ASAP
|
||||
is := new(IntSet)
|
||||
return self.TopNCat(src_bitmap, n, is)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue