Don't print results to output

This commit is contained in:
Joshua Boniface 2020-08-25 13:38:46 -04:00
parent 169e174d85
commit 486408753b
1 changed files with 0 additions and 1 deletions

View File

@ -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'})