Skip to content

Commit

Permalink
PA-757 Removed debugging, by: Filip, Piotr
Browse files Browse the repository at this point in the history
  • Loading branch information
caseneuve committed Oct 1, 2024
1 parent 47e843a commit 5a38f1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cli/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ def create(
],
):
"""Create an ASGI website"""
response = Website().create(domain_name=domain_name, command=command)

typer.echo("Response:")
typer.echo(json.dumps(response))
Website().create(domain_name=domain_name, command=command)

typer.echo(
snakesay(
Expand Down

0 comments on commit 5a38f1b

Please sign in to comment.