Skip to content

Commit

Permalink
Let's not print that pesky info message: #327
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Boytsov authored and Leonid Boytsov committed Aug 6, 2018
1 parent 5e96809 commit 6351e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion similarity_search/include/method/hnsw.h
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ namespace similarity {
};
~VisitedListPool()
{
LOG(LIB_INFO) << "Total " << pool.size() << " lists allocated";
//LOG(LIB_INFO) << "Total " << pool.size() << " lists allocated";
while (pool.size()) {
VisitedList *rez = pool.front();
pool.pop_front();
Expand Down

0 comments on commit 6351e5e

Please sign in to comment.