X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=65917bd4a8d3f2163d1f33f025d33aa6751f550e;hb=refs%2Fchanges%2F18%2F10318%2F1;hp=22d8ea697e7ab8c49afb989ca0118536718d1262;hpb=936e3c5f192cac6666f1f60919c990648ebeb80b;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 22d8ea697e..65917bd4a8 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -194,10 +194,10 @@ def table_performance_improvements(table, input_data): line_lst = list() for item in data: if isinstance(item["data"], str): - line_lst.append(item["data"]) # Remove -?drdisc from the end if item["data"].endswith("drdisc"): item["data"] = item["data"][:-8] + line_lst.append(item["data"]) elif isinstance(item["data"], float): line_lst.append("{:.1f}".format(item["data"])) elif item["data"] is None: @@ -353,7 +353,6 @@ def table_performance_comparison(table, input_data): # Transform the data data = input_data.filter_data(table) - logging.info(data) # Prepare the header of the tables try: