diff options
Diffstat (limited to 'plugins/agl_test_report.py')
-rw-r--r-- | plugins/agl_test_report.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/agl_test_report.py b/plugins/agl_test_report.py index 8c7a514..f9d9fc3 100644 --- a/plugins/agl_test_report.py +++ b/plugins/agl_test_report.py @@ -177,7 +177,6 @@ def create_gen_web_page(filename, tlpname, html_data): f.close() def write_data_to_file(data, file_type = "json"): - print(data) testname = data["test_name"] if (file_type == "json"): filename = conf.get_json_filename(testname) @@ -229,6 +228,5 @@ def format_case_status_table(case_status): html_data += "\t\t<th>" + key + "</th>\n" html_data += "\t\t<th>" + case_status[key] + "</th>\n" html_data += "\t</tr>\n" - print(html_data) return html_data |