Skip to content

Commit

Permalink
tls: Remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
irl committed Oct 7, 2016
1 parent fdc0a66 commit 04f87d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pathspider/plugins/tls.py
Expand Up @@ -50,7 +50,6 @@ def execute_test(cmd, job_args):
except ProcessLookupError:
logger.warning("Tried to kill process that had already completed.")
output = process.communicate()[0]
print(repr(process))
return output.decode('ascii')

class TLS(Spider):
Expand Down

0 comments on commit 04f87d0

Please sign in to comment.