Skip to content

Commit

Permalink
Remove Debugging message.
Browse files Browse the repository at this point in the history
  • Loading branch information
REDMOND\ninchen committed May 29, 2024
1 parent 38ff5d6 commit cb455f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/test_insert_deletes_consolidate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ void build_incremental_index(const std::string &data_path, diskann::IndexWritePa
start += points_per_checkpoint, current_point_offset += points_per_checkpoint)
{
const size_t end = std::min(start + points_per_checkpoint, last_point_threshold);
std::cout << std::endl << "Last Point Threshold is:" << last_point_threshold << std::endl;
std::cout << std::endl << "Inserting from " << start << " to " << end << std::endl;

load_aligned_bin_part(data_path, data, start, end - start);
Expand Down

0 comments on commit cb455f9

Please sign in to comment.