chore: remove println

This commit is contained in:
Jake Stanger 2024-05-04 17:14:39 +01:00
parent d5e493ec8d
commit 3a947d1e14

View File

@ -81,7 +81,6 @@ impl Module<gtk::Box> for FocusedModule {
while let Ok(event) = wlrx.recv().await {
match event {
ToplevelEvent::Update(info) => {
println!("{current:?} | {info:?}");
if info.focused {
debug!("Changing focus");