Skip to content

Commit

Permalink
chore: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed May 4, 2024
1 parent d5e493e commit 3a947d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/focused.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 3a947d1

Please sign in to comment.