Compare commits

...

1 Commits

Author SHA1 Message Date
7fe15ffa24 remove unnecessary println
All checks were successful
Run Check Script / check (pull_request) Successful in 1m13s
2025-11-05 13:26:34 -05:00

View File

@@ -150,15 +150,6 @@ impl HostNetworkConfigurationInterpret {
];
for config in configs {
let host = self
.score
.hosts
.iter()
.find(|h| h.id == config.host_id)
.unwrap();
println!("[Host] {host}");
if config.switch_ports.is_empty() {
report.push(format!(
"⏭️ Host {}: SKIPPED (No matching switch ports found)",