Skip to content

Commit

Permalink
Removed cout statement
Browse files Browse the repository at this point in the history
  • Loading branch information
navneet1v authored Jun 5, 2023
1 parent 4aea4ad commit 6fe46e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jni/src/faiss_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ jobjectArray knn_jni::faiss_wrapper::QueryIndex_WithFilter(knn_jni::JNIUtilInter
jniUtil->ReleaseIntArrayElements(env, filterIdsJ, filteredIdsArray, JNI_ABORT);
} else {
try {
std::cout << "Doing query" << std::endl;
indexReader->search(1, rawQueryvector, kJ, dis.data(), ids.data());
} catch (...) {
jniUtil->ReleaseFloatArrayElements(env, queryVectorJ, rawQueryvector, JNI_ABORT);
Expand Down

0 comments on commit 6fe46e9

Please sign in to comment.