Skip to content

Commit c5280bb

Browse files
authored
🐛 Remove redundant thank you message (#63)
1 parent 180bfa9 commit c5280bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,10 +529,6 @@ def _waitlist_form(toolkit: RichToolkit) -> None:
529529
check=False,
530530
)
531531

532-
toolkit.print_line()
533-
534-
toolkit.print("Thank you for your interest in FastAPI Cloud! 🚀")
535-
536532

537533
def deploy(
538534
path: Annotated[

0 commit comments

Comments
 (0)