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 })