Skip to content

Commit

Permalink
fix: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
coffebar committed Jan 9, 2024
1 parent e9be52e commit f18c51c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hyprland_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub fn event(name: &str, data: &str, options: &Options) {
.into_boxed_str(),
);
*ACTIVE_CLASS.lock().unwrap() = data.to_string();
println!("Active class: {}", data);
return;
}

Expand Down

0 comments on commit f18c51c

Please sign in to comment.