Skip to content
Snippets Groups Projects
Commit f9e11c47 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Remove debug print

parent 665db8ee
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!246API tests execution time reports
......@@ -50,7 +50,6 @@ if __name__ == '__main__':
html_file, _ = os.path.splitext(args.json_file)
html_file = "tavern_benchmark_report_" + html_file + ".html"
class_to_path_dic = make_class_path_dict(args.path_to_test_dir)
print(class_to_path_dic)
with open(html_file, "w") as ofile:
ofile.write("<html>\n")
ofile.write(" <head>\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment