cleanup: remove debug println
This commit is contained in:
parent
1dd1c9eb5c
commit
4bf2ab1109
@ -121,7 +121,6 @@ impl <'a> ChunkArchiveWriter<'a> {
|
|||||||
self.write_all(&blob_data[start..end])?
|
self.write_all(&blob_data[start..end])?
|
||||||
};
|
};
|
||||||
if leom {
|
if leom {
|
||||||
println!("WRITE DATA LEOM at pos {}", self.bytes_written());
|
|
||||||
if self.close_on_leom {
|
if self.close_on_leom {
|
||||||
let mut writer = self.writer.take().unwrap();
|
let mut writer = self.writer.take().unwrap();
|
||||||
writer.finish(false)?;
|
writer.finish(false)?;
|
||||||
|
Loading…
Reference in New Issue
Block a user