mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Removed extra print statement
This commit is contained in:
parent
48b2264053
commit
c48b42407f
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ var scanCmd = &cobra.Command{
|
|||
}
|
||||
}
|
||||
|
||||
fmt.Printf("hosts to scan: %v\n", hostsToScan)
|
||||
|
||||
// set ports to use for scanning
|
||||
portsToScan := []int{}
|
||||
if len(ports) > 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue