From b6f1dda1752c4aea366fcdb2a023083327600586 Mon Sep 17 00:00:00 2001 From: Kishore Nallan Date: Tue, 8 Mar 2022 07:16:56 +0530 Subject: [PATCH] Remove excess logging. --- src/index.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.cpp b/src/index.cpp index 07d4f586..efba9eec 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -2456,11 +2456,11 @@ void Index::aggregate_and_score_fields(const std::vector& field_ //LOG(INFO) << "seq id: " << seq_id << ", aggregated_score: " << aggregated_score; - LOG(INFO) << "seq id: " << seq_id + /*LOG(INFO) << "seq id: " << seq_id << ", num_tokens_found: " << num_tokens_found << ", max_field_match_score: " << max_field_match_score << ", matched field weight: " << the_fields[max_field_match_index].weight - << ", aggregated_score: " << aggregated_score; + << ", aggregated_score: " << aggregated_score;*/ kvs[0]->scores[kvs[0]->match_score_index] = aggregated_score; topster->add(kvs[0]);