Skip to content

Commit

Permalink
Remove forgotten println! from #702 (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets authored Jan 31, 2024
1 parent 1de9d36 commit 71e224e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ impl From<&CommonArgs> for Config {
Some(path) => Config::from_file(path).unwrap(),
None => Config::default(),
};
println!("ARGS mode: {:?} ", value.mode);
match value.mode {
Some(Wai::Peer) => config.set_mode(Some(zenoh::scouting::WhatAmI::Peer)),
Some(Wai::Client) => config.set_mode(Some(zenoh::scouting::WhatAmI::Client)),
Expand Down

0 comments on commit 71e224e

Please sign in to comment.