diff --git a/esp-hal/src/dma/gdma.rs b/esp-hal/src/dma/gdma.rs index c2a89fc4a67..5c9dde4d439 100644 --- a/esp-hal/src/dma/gdma.rs +++ b/esp-hal/src/dma/gdma.rs @@ -90,7 +90,6 @@ impl RegisterAccess for Channel { #[cfg(gdma)] fn set_mem2mem_mode() { - debug!("set_mem2mem_mode"); Self::ch() .in_conf0() .modify(|_, w| w.mem_trans_en().set_bit());