Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Aug 7, 2024
1 parent c8307a5 commit 53331c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/src/index/revindex/disk_revindex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ impl RevIndex {
true,
)?));

dbg!(processed.read().unwrap().len());

let index = Self {
db,
collection,
Expand Down Expand Up @@ -153,8 +151,6 @@ impl RevIndex {
false,
)?));

dbg!(processed.read().unwrap().len());

Ok(module::RevIndex::Plain(Self {
db,
collection,
Expand Down

0 comments on commit 53331c1

Please sign in to comment.