diff --git a/src/event/producer.rs b/src/event/producer.rs index 08f4621..2f81b11 100644 --- a/src/event/producer.rs +++ b/src/event/producer.rs @@ -179,12 +179,9 @@ pub fn run( app.add_client(client.handle, client.pos); } - let mut i = 0; while app.running { match queue.blocking_dispatch(&mut app) { - Ok(_) => { - eprint!("{}\r", {i+=1; i}); - }, + Ok(_) => { }, Err(DispatchError::Backend(WaylandError::Io(e))) => { eprintln!("Wayland Error: {}", e); thread::sleep(Duration::from_millis(500));