Skip to content

Commit 011746d

Browse files
committed
remove debug code
1 parent 8ac1b78 commit 011746d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/store/fs/bao_file.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,9 +543,6 @@ impl BaoFileHandle {
543543
};
544544
let options = &self.options;
545545
let path = options.path.bitfield_path(&self.hash);
546-
if fs.bitfield.size == 8000000 {
547-
println!("PERSISTING THE TEST CASE FILE to {}", path.display());
548-
}
549546
trace!(
550547
"writing bitfield for hash {} to {}",
551548
self.hash,

0 commit comments

Comments
 (0)