mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
chore: remove println
This commit is contained in:
parent
d5e493ec8d
commit
3a947d1e14
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue