mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-08 01:52:54 +00:00
remove debugging
This commit is contained in:
@@ -224,10 +224,6 @@ impl StoreReader {
|
||||
break doc_length;
|
||||
} else {
|
||||
block_start_pos += doc_length;
|
||||
if block_start_pos > block[0..].len() {
|
||||
println!("Hmm");
|
||||
}
|
||||
|
||||
cursor = &block[block_start_pos..];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user