diff --git a/harmony/src/modules/okd/host_network.rs b/harmony/src/modules/okd/host_network.rs index 5bef8fb..9d48035 100644 --- a/harmony/src/modules/okd/host_network.rs +++ b/harmony/src/modules/okd/host_network.rs @@ -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)",