Cleaned up some minor issues in main.rs making the final output easier for the end user to read and comprehend

This commit is contained in:
2023-05-15 22:27:54 +01:00
parent 625233ab86
commit 30344b0605
2 changed files with 7 additions and 4 deletions

View File

@ -97,7 +97,6 @@ impl Network {
}
}
println!("{:#?}", networks);
Ok(networks)
}