Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Marcelli committed Feb 10, 2020
1 parent ffa6023 commit 2b5d646
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ghida_plugin/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ def ghidra_headless(address,
counter += 1
subprocess.Popen.poll(p)

print(p.returncode)

# Process terminated
if p.returncode is not None:
print("GhIDA:: [DEBUG] ", str(p.stdout.read(), 'utf-8'))
Expand Down

0 comments on commit 2b5d646

Please sign in to comment.