diff options
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 58d7426542..22d8ea697e 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -386,7 +386,6 @@ def table_performance_comparison(table, input_data): append(tst_data["throughput"]["value"]) except TypeError: pass # No data in output.xml for this test - logging.info(pformat(tbl_dict)) for job, builds in table["compare"]["data"].items(): for build in builds: |