diff --git a/json_to_tree.py b/json_to_tree.py index fcafac4fd..8b49b75c4 100644 --- a/json_to_tree.py +++ b/json_to_tree.py @@ -42,10 +42,6 @@ def main(): console.print(root) - # Export ANSI colored text (for terminal) - with open("ci-reports/markdown/json-tree-view.ansi", "w") as f: - f.write(console.export_ansi(clear=False)) - # Export HTML colored view (for browser) with open("ci-reports/markdown/json-tree-view.html", "w") as f: f.write(console.export_html(clear=False))