From 19c71bba063b4cc26da718156093e76b5b77ed2c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 29 Jan 2026 11:20:18 -0700 Subject: [PATCH] xhcid: remove unnecessary eprintln --- drivers/usb/xhcid/src/xhci/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/xhcid/src/xhci/mod.rs b/drivers/usb/xhcid/src/xhci/mod.rs index bd5577070a..f214367639 100644 --- a/drivers/usb/xhcid/src/xhci/mod.rs +++ b/drivers/usb/xhcid/src/xhci/mod.rs @@ -633,7 +633,6 @@ impl Xhci { //Do nothing } _ => { - eprintln!("{}: CCS {}, CSC {}", port_id, ccs, csc); //Either something is connected, or nothing is connected and a port status change was asserted. self.device_enumerator_sender .send(DeviceEnumerationRequest { port_id })