summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Arteaga <andyspiros@gmail.com>2012-09-03 23:46:28 +0200
committerAndrea Arteaga <andyspiros@gmail.com>2012-09-03 23:46:28 +0200
commitecc2c32d4b10e39acd94a4c4a6abccbef73b639c (patch)
tree86de177672ced5fe674a76be4e1298e859e813cc
parentCorrect axis. (diff)
downloadauto-numerical-bench-ecc2c32d4b10e39acd94a4c4a6abccbef73b639c.tar.gz
auto-numerical-bench-ecc2c32d4b10e39acd94a4c4a6abccbef73b639c.tar.bz2
auto-numerical-bench-ecc2c32d4b10e39acd94a4c4a6abccbef73b639c.zip
Removed useless print in report.
-rw-r--r--numbench/report.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numbench/report.py b/numbench/report.py
index d5b3dad..f325eb0 100644
--- a/numbench/report.py
+++ b/numbench/report.py
@@ -92,8 +92,6 @@ def saveReport():
for tid, test in cfg.tests.items():
- print "RESULTS: ", test['results']
-
longlabel = len(test.get('implementations')) > 1
for impl in test.get('implementations', []):