Skip to content
Snippets Groups Projects
Commit 6c284e2a authored by Wlad's avatar Wlad
Browse files

fix: remove legacy logs

parent dd69b118
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,6 @@ struct Filter<FilterType::LookupBloom, FilterParameter, _k, OptimizationParamete
: s(s), n_partitions(n_partitions), queue(n_threads, n_tasks_per_level) {}
forceinline void init(const T *histogram) {
std::cout << "Init LookupBloom" << histogram[0] << std::endl;
n_partitions = std::max(n_partitions, 1ul);
container = std::move(Container(k, s, n_partitions, histogram));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment