xhcid: remove unnecessary eprintln

This commit is contained in:
Jeremy Soller
2026-01-29 11:20:18 -07:00
parent 3d56a47aeb
commit 19c71bba06
-1
View File
@@ -633,7 +633,6 @@ impl<const N: usize> Xhci<N> {
//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 })