Skip to content

Commit a0c2768

Browse files
committed
* remove print
1 parent b9b8134 commit a0c2768

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nmap3/nmap3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ def run_command(self, cmd):
255255
@param: cmd--> the command we want run eg /usr/bin/nmap -oX - nmmapper.com --top-ports 10
256256
"""
257257
if (os.path.exists(self.nmaptool)):
258-
print(cmd)
259258
sub_proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
260259
try:
261260
output, errs = sub_proc.communicate()

0 commit comments

Comments
 (0)