From 486408753ba777511dfe924f184fee9abebc3c03 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 25 Aug 2020 13:38:46 -0400 Subject: [PATCH] Don't print results to output --- api-daemon/pvcapid/benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api-daemon/pvcapid/benchmark.py b/api-daemon/pvcapid/benchmark.py index 6d662813..8b200d29 100755 --- a/api-daemon/pvcapid/benchmark.py +++ b/api-daemon/pvcapid/benchmark.py @@ -447,7 +447,6 @@ def run_benchmark(self, pool): "minfault": results[150] } } - print(parsed_results) # Phase 3 - cleanup self.update_state(state='RUNNING', meta={'current': 3, 'total': 3, 'status': 'Cleaning up and storing results'})