From 40f30fa4cd1d1273c1fe6c6520042d21e73a348e Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 3 Oct 2023 22:22:16 +0200 Subject: 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. --- embassy-rp/src/uart/buffered.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'embassy-rp/src/uart') diff --git a/embassy-rp/src/uart/buffered.rs b/embassy-rp/src/uart/buffered.rs index e57b72599..645d703d8 100644 --- a/embassy-rp/src/uart/buffered.rs +++ b/embassy-rp/src/uart/buffered.rs @@ -490,8 +490,6 @@ impl interrupt::typelevel::Handler for BufferedInterr w.set_oeic(ris.oeris()); }); - trace!("on_interrupt ris={:#X}", ris.0); - // Errors if ris.feris() { warn!("Framing error"); -- cgit