Skip to content

Commit

Permalink
Remove eprintln
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 8, 2024
1 parent 40790ed commit 1325bb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/decompress_chunk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ fn deflate_decoder_partial() {
.unwrap();
let output_len = decompress.total_out() - prev_out;
output.extend_from_slice(&output_buf[..output_len as usize]);
eprintln!("{}", output.len());

// IMAP stream never ends.
assert_ne!(status, flate2::Status::StreamEnd);
Expand Down

0 comments on commit 1325bb3

Please sign in to comment.