Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalium committed Aug 24, 2024
1 parent 0282da6 commit cc3501d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions os/src/xhci/ring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@ impl EventRing {
}
if !consumed {
info!("unhandled event: {e:?}");
} else {
info!("ok event: {e:?}");
}
// cleanup stale waiters
let stale_waiter_indices = self
Expand Down

0 comments on commit cc3501d

Please sign in to comment.