diff options
Diffstat (limited to 'resources/tools/presentation/generator_cpta.py')
-rw-r--r-- | resources/tools/presentation/generator_cpta.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/tools/presentation/generator_cpta.py b/resources/tools/presentation/generator_cpta.py index 262fc458b7..47e934ec33 100644 --- a/resources/tools/presentation/generator_cpta.py +++ b/resources/tools/presentation/generator_cpta.py @@ -458,9 +458,6 @@ def _generate_all_charts(spec, input_data): visible = list() for tag in group: for tst_name, test_data in chart_data.items(): - logging.info(tst_name) - logging.info(tst_data) - logging.info(u"---------------------------------------") if not test_data: logging.warning(f"No data for the test {tst_name}") continue |