mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
chore: cleanup println
This commit is contained in:
parent
a93700e8fd
commit
9f82ba58cd
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ impl Module<gtk::Box> for CustomModule {
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
spawn(async move {
|
spawn(async move {
|
||||||
while let Some(event) = rx.recv().await {
|
while let Some(event) = rx.recv().await {
|
||||||
println!("{:?}", event);
|
|
||||||
if event.cmd.starts_with('!') {
|
if event.cmd.starts_with('!') {
|
||||||
debug!("executing command: '{}'", &event.cmd[1..]);
|
debug!("executing command: '{}'", &event.cmd[1..]);
|
||||||
if let Err(err) = exec_command(&event.cmd[1..]) {
|
if let Err(err) = exec_command(&event.cmd[1..]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue