Skip to content

Commit d0d0968

Browse files
committed
Fixup
1 parent ce95ee3 commit d0d0968

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ifd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ impl ImageFileDirectory {
302302
Tag::SamplesPerPixel => samples_per_pixel = Some(value.into_u16()?),
303303
Tag::RowsPerStrip => rows_per_strip = Some(value.into_u32()?),
304304
Tag::StripByteCounts => {
305-
#[cfg(debug_assertions)]
306305
strip_byte_counts = Some(value.into_u64_vec()?)
307306
}
308307
Tag::MinSampleValue => min_sample_value = Some(value.into_u16_vec()?),

0 commit comments

Comments
 (0)