Skip to content

Commit

Permalink
remove useless echo
Browse files Browse the repository at this point in the history
  • Loading branch information
elipp committed Aug 10, 2024
1 parent ca4fdee commit 1ebdc60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/addonmessage_broker/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ impl MsgWrapper {
)
})?;

println!("received {msg:?}");
Ok(msg)
}

Expand Down

0 comments on commit 1ebdc60

Please sign in to comment.