Skip to content

Commit

Permalink
Remove logging on number of docs per hash
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 12, 2024
1 parent 9772726 commit bce7bbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FileSegment.zig
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ pub fn search(self: Self, sorted_hashes: []const u32, results: *SearchResults, d
}
}

if (num_docs > 1000) {
log.warn("found {} docs for hash {}", .{ num_docs, hash });
}

if (i % 10 == 0) {
try deadline.check();
}
Expand Down

0 comments on commit bce7bbe

Please sign in to comment.