Compare commits

..

1 Commits

Author SHA1 Message Date
cb7b9d4088 remove unnecessary println
Some checks failed
Run Check Script / check (pull_request) Failing after 1m5s
2025-11-05 13:22:20 -05:00

View File

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