Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove range query print
  • Loading branch information
ChunjiangZhu committed Jul 18, 2020
1 parent 2b7cf56 commit 19a9375
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion python_bindings/nmslib.cc
Expand Up @@ -150,7 +150,6 @@ struct IndexWrapper {
py::gil_scoped_release l;
index->Search(&rq, -1);
}
rq.Print();
return convertResult_rq(rq.ResultSet());
}

Expand Down
Binary file modified similarity_search/.DS_Store
Binary file not shown.
Binary file modified similarity_search/include/.DS_Store
Binary file not shown.
Binary file modified similarity_search/src/.DS_Store
Binary file not shown.

0 comments on commit 19a9375

Please sign in to comment.