mappings: debug--

This commit is contained in:
Victoria Fischer 2024-12-14 11:08:00 +01:00
parent b6e34111ff
commit bfdf7c3230

View File

@ -209,8 +209,6 @@ impl<const STRIDE_NUM: usize> StrideMapping<STRIDE_NUM> {
let s = size.take().unwrap();
log::info!("size={:?}", s);
log::info!("strides={:?}", strides);
Self {
strides,
pixel_count: physical_idx,