diff --git a/qgate_sln_mlrun/ts/ts101.py b/qgate_sln_mlrun/ts/ts101.py index 5ff1debf..3b09d7dd 100644 --- a/qgate_sln_mlrun/ts/ts101.py +++ b/qgate_sln_mlrun/ts/ts101.py @@ -36,10 +36,8 @@ def create_projects(self): json_content = json.load(json_file) name, desc, lbls, kind = TSBase.get_json_header(json_content) - #self.solution.projects.append(name) self.projects.append(name) if self._create_project(name, desc, lbls, kind): - #self.solution.project_specs[name] = json_content['spec'] self.project_specs[name] = json_content['spec'] @TSBase.handler_testcase