Trending: NFV Tests
[csit.git] / resources / tools / presentation / generator_cpta.py
index 262fc45..47e934e 100644 (file)
@@ -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