removed debugging aid

This commit is contained in:
Nicholas Albion
2023-09-27 11:44:04 +10:00
parent af75e8ebdc
commit 0ba4c1976c

View File

@@ -68,7 +68,7 @@ class Project:
# self.development_plan = development_plan
# TODO: When running from the CLI, this would be displayed in addition to ---- LOADING PROJECT ----
print(green_bold('\n------------------ STARTING NEW PROJECT Project ----------------------'))
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'))