Remove a few ultra-verbose logs.

They're heavily spamming logs for HIL tests, and I don't believe
they're valuable now that the thing they helped debug in their young
age is now solid and mature.
This commit is contained in:
Dario Nieuwenhuis
2023-10-03 22:22:16 +02:00
parent f197aa9419
commit 40f30fa4cd
3 changed files with 2 additions and 12 deletions

View File

@ -490,8 +490,6 @@ impl<T: Instance> interrupt::typelevel::Handler<T::Interrupt> for BufferedInterr
w.set_oeic(ris.oeris());
});
trace!("on_interrupt ris={:#X}", ris.0);
// Errors
if ris.feris() {
warn!("Framing error");