satman: do not debug print unexpected aux packets.

This shrinks firmware by 2.8K.
This commit is contained in:
whitequark 2018-05-13 13:43:39 +00:00
parent aa42a69849
commit f383a470fe
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ fn process_aux_packet(p: &drtioaux::Packet) {
};
}
_ => warn!("received unexpected aux packet {:?}", p)
_ => warn!("received unexpected aux packet")
}
}