Remove debug logs from previous PR

This commit is contained in:
Brendan LE GLAUNEC
2017-09-19 11:14:37 +02:00
committed by Brendan Le Glaunec
parent a2af1329d7
commit ebce965730
-10
View File
@@ -55,16 +55,6 @@ func RunNmap(targets, ports string, resultFilePath string, nmapSpeed int, enable
targets,
)
fmt.Println(
"nmap",
fmt.Sprintf("-T%d", nmapSpeed),
"-A",
"-p",
ports,
"-oX",
resultFilePath,
targets)
// Pipe stdout to be able to write the logs in realtime
stdout, err := cmd.StdoutPipe()
if err != nil {