Skip to content

Commit 3a947d1

Browse files
committed
chore: remove println
1 parent d5e493e commit 3a947d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/focused.rs

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ impl Module<gtk::Box> for FocusedModule {
8181
while let Ok(event) = wlrx.recv().await {
8282
match event {
8383
ToplevelEvent::Update(info) => {
84-
println!("{current:?} | {info:?}");
8584
if info.focused {
8685
debug!("Changing focus");
8786

0 commit comments

Comments
 (0)