mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-27 02:54:33 +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 {
|
||||
match event {
|
||||
ToplevelEvent::Update(info) => {
|
||||
println!("{current:?} | {info:?}");
|
||||
if info.focused {
|
||||
debug!("Changing focus");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user