From 74bd3abecb7d5bc1629cb571f75eacd272d74d42 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:23:58 +0100 Subject: [PATCH] clean --- qgate_sln_mlrun/ts/ts101.py | 2 -- 1 file changed, 2 deletions(-) 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