remove debugging

This commit is contained in:
Andre-Philippe Paquet
2021-06-13 16:49:44 -04:00
parent 3a8a0fe79a
commit 473a346814

View File

@@ -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..];
}
};