diff --git a/mythril/analysis/report.py b/mythril/analysis/report.py index 09b82ca5..34c81db6 100644 --- a/mythril/analysis/report.py +++ b/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