mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Remove unnecessary trace!()
This commit is contained in:
@@ -96,7 +96,6 @@ fn action(
|
|||||||
impl State {
|
impl State {
|
||||||
pub fn process_input_event<I: InputBackend>(&mut self, event: InputEvent<I>) {
|
pub fn process_input_event<I: InputBackend>(&mut self, event: InputEvent<I>) {
|
||||||
let _span = tracy_client::span!("process_input_event");
|
let _span = tracy_client::span!("process_input_event");
|
||||||
trace!("process_input_event");
|
|
||||||
|
|
||||||
// A bit of a hack, but animation end runs some logic (i.e. workspace clean-up) and it
|
// A bit of a hack, but animation end runs some logic (i.e. workspace clean-up) and it
|
||||||
// doesn't always trigger due to damage, etc. So run it here right before it might prove
|
// doesn't always trigger due to damage, etc. So run it here right before it might prove
|
||||||
|
|||||||
Reference in New Issue
Block a user