summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--post-build-report.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/post-build-report.py b/post-build-report.py
index c58503d..12594af 100644
--- a/post-build-report.py
+++ b/post-build-report.py
@@ -292,7 +292,6 @@ if __name__ == '__main__':
json.dump(params, squad_params)
# repack the result file to SQUAD friendly format
metrics = StringIO()
- print(file_contents.read())
file_contents.seek(0)
metrics_data_raw = json.load(file_contents)
metrics_data = metrics_data_raw['benchmarks']