From 54840ddaa8f3ca08a4293228844e9b9412913b4f Mon Sep 17 00:00:00 2001 From: pavel-pythagora Date: Wed, 27 Sep 2023 10:47:13 +0300 Subject: [PATCH] Fix double prints --- pilot/helpers/Project.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pilot/helpers/Project.py b/pilot/helpers/Project.py index 7497cd0..5189315 100644 --- a/pilot/helpers/Project.py +++ b/pilot/helpers/Project.py @@ -67,11 +67,6 @@ class Project: # if development_plan is not None: # self.development_plan = development_plan - 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"]}')) - print(green_bold('--------------------------------------------------------------\n')) - def start(self): """ Start the project.