diff --git a/category/get_perf_info.py b/category/get_perf_info.py index 9067c91952bc18ea05818a31ba0d1d841fb506ae..34af74354b812e9e8e8a1287f5ddd3c20e1884bf 100644 --- a/category/get_perf_info.py +++ b/category/get_perf_info.py @@ -78,9 +78,6 @@ def replace_invisible_chars(input_file, output_file, flag): # Perf Class class Perf(): - def __init__(self): - pass - def __set_perf_parameter(self): if len(perf_args) == 0: self.__enable = GlobalCall.get_json_value("Getting.Application.Perf.enable", 0, Config.get_json_dict())