From 8391293c92150dcedac5acb3d4f7f04a61b98bdc Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Mon, 11 Dec 2017 15:30:48 +0000 Subject: Removed redundant debug line Change-Id: I370f0a4bd7d1bdda6668e857c507a2b245a23a18 Signed-off-by: Milosz Wasilewski --- post-build-report.py | 1 - 1 file changed, 1 deletion(-) 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'] -- cgit v1.2.3