diff --git a/src/main.rs b/src/main.rs index 6b1fea4..6babf5f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -71,7 +71,6 @@ fn enable_inspection_port(pid: u32) -> Result { .map_err(|e| format!("could not find enumerate process open ports: {:?}", e))?; if let Some(port) = find_inspection_port(&ports_before) { - println!("inspection already enabled on port {}", port); return Ok(port); }