Remove debugging info from report

pull/72/head
Bernhard Mueller 7 years ago
parent 400f347d2b
commit 5074262584
  1. 3
      mythril/analysis/report.py

@ -66,9 +66,6 @@ class Report:
if issue.code:
text += "\n\n" + issue.code + "\n\n--------------------\n"
if len(issue.debug):
text += "++++ Debugging info ++++\n" + issue.debug + "\n"
text+="\n"
return text

Loading…
Cancel
Save