Skip to content

Commit

Permalink
refactor: remove unneeded println!
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Mar 21, 2024
1 parent 7bbecbc commit a4c738c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ pub async fn handle_mode(mode: &str, args: &ArgMatches) -> (Args, u8) {
.map_or(0, |v| v.parse::<u8>().unwrap_or(0));

if mode != "offline" {
println!("Enter mode: {}", mode);
if args.get_flag("list") {
println!("List of network interfaces");
println!("--------------------------");
Expand Down

0 comments on commit a4c738c

Please sign in to comment.