remove some spews

This commit is contained in:
travisturner 2014-02-05 20:04:11 -06:00
parent b05ad49ec4
commit fd2a212d30
2 changed files with 0 additions and 2 deletions

View file

@ -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
}

View file

@ -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)