Skip to content

Commit

Permalink
Remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 7, 2025
1 parent 4377821 commit fd766d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sw-emulator/lib/periph/src/dma/recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ impl RecoveryRegisterInterface {
.expect("Incoming event but we have no sender registered");
match &event.event {
EventData::RecoveryImageAvailable { image_id, image } => {
println!("Emulator: new recovery image available {}", image_id);
let idx = *image_id as usize;
// ensure we have space for the image
if idx >= self.cms_data.len() {
Expand Down

0 comments on commit fd766d6

Please sign in to comment.