Skip to content

Commit 5a38f1b

Browse files
committed
PA-757 Removed debugging, by: Filip, Piotr
1 parent 47e843a commit 5a38f1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cli/website.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ def create(
3333
],
3434
):
3535
"""Create an ASGI website"""
36-
response = Website().create(domain_name=domain_name, command=command)
37-
38-
typer.echo("Response:")
39-
typer.echo(json.dumps(response))
36+
Website().create(domain_name=domain_name, command=command)
4037

4138
typer.echo(
4239
snakesay(

0 commit comments

Comments
 (0)