aboutsummaryrefslogtreecommitdiff
path: root/scripts/makeReport.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeReport.py')
-rw-r--r--scripts/makeReport.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/makeReport.py b/scripts/makeReport.py
index c83928d..535da9b 100644
--- a/scripts/makeReport.py
+++ b/scripts/makeReport.py
@@ -455,9 +455,4 @@ elif fallback == 1:
tableBody.append(l)
print(tabulate(tableBody, headers=tableHeaders), end="\n\n")
-print("## Figures", end="\n\n")
-print(f"![](output-back.png)", end="\n\n")
-print(f"![](output-front.png)", end="\n\n")
-print(f"![](closeup-back.png)", end="\n\n")
-print(f"![](closeup-front.png)", end="\n\n")