mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-30 14:03:50 +03:00
chore: remove println
This commit is contained in:
parent
d5e493ec8d
commit
3a947d1e14
@ -81,7 +81,6 @@ impl Module<gtk::Box> for FocusedModule {
|
|||||||
while let Ok(event) = wlrx.recv().await {
|
while let Ok(event) = wlrx.recv().await {
|
||||||
match event {
|
match event {
|
||||||
ToplevelEvent::Update(info) => {
|
ToplevelEvent::Update(info) => {
|
||||||
println!("{current:?} | {info:?}");
|
|
||||||
if info.focused {
|
if info.focused {
|
||||||
debug!("Changing focus");
|
debug!("Changing focus");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user