From 0488358c9baec8dc26002202b10064ede4e60fe1 Mon Sep 17 00:00:00 2001 From: Zvonimir Sabljic Date: Fri, 1 Sep 2023 18:29:49 +0200 Subject: [PATCH] Remove of unnecessary comments --- pilot/helpers/Project.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pilot/helpers/Project.py b/pilot/helpers/Project.py index c666b31..c2dbf90 100644 --- a/pilot/helpers/Project.py +++ b/pilot/helpers/Project.py @@ -58,11 +58,6 @@ class Project: # if development_plan is not None: # self.development_plan = development_plan - # if '--external-log-process' in args: - # self.ipc_client_instance = IPCClient() - # else: - # self.ipc_client_instance = None - print(green(bold('\n------------------ STARTING NEW PROJECT ----------------------'))) print(f"If you wish to continue with this project in future run:") print(green(bold(f'python main.py app_id={args["app_id"]}')))