diff --git a/src/fastapi_cloud_cli/commands/deploy.py b/src/fastapi_cloud_cli/commands/deploy.py index 690cddf..6d5dce1 100644 --- a/src/fastapi_cloud_cli/commands/deploy.py +++ b/src/fastapi_cloud_cli/commands/deploy.py @@ -529,10 +529,6 @@ def _waitlist_form(toolkit: RichToolkit) -> None: check=False, ) - toolkit.print_line() - - toolkit.print("Thank you for your interest in FastAPI Cloud! 🚀") - def deploy( path: Annotated[