Removed extra print statement

This commit is contained in:
David J. Allen 2023-10-17 14:48:26 -06:00
parent 48b2264053
commit c48b42407f

View file

@ -43,8 +43,6 @@ var scanCmd = &cobra.Command{
} }
} }
fmt.Printf("hosts to scan: %v\n", hostsToScan)
// set ports to use for scanning // set ports to use for scanning
portsToScan := []int{} portsToScan := []int{}
if len(ports) > 0 { if len(ports) > 0 {