Skip to content

Commit 7b8f79a

Browse files
committed
Removed test values
1 parent dd391fe commit 7b8f79a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codecs/jpeg/encoder.rs

-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ mod tests {
897897
// note that, even with the encode quality set to 100, we do not get the same image
898898
// back. Therefore, we're going to assert that it's at least red-ish:
899899
assert_eq!(3, decoded.len());
900-
println!("{:?}", &decoded[0..3]);
901900
assert!(decoded[0] > 0x80);
902901
assert!(decoded[1] < 0x80);
903902
assert!(decoded[2] < 0x80);

0 commit comments

Comments
 (0)