Skip to content

Commit 47e843a

Browse files
committed
Revert "PA-757 WIP: added some temp debugging prints, by: Nina, Piotr"
This reverts commit 0ed82f1.
1 parent 0ed82f1 commit 47e843a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cli/website.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,5 @@ def create_autorenew_cert(
131131
],
132132
):
133133
"""Create and apply an auto-renewing Let's Encrypt certificate for the given domain"""
134-
response_json = Website().auto_ssl(domain_name=domain_name)
135-
from pprint import pprint
136-
print("########################", flush=True)
137-
pprint(response_json)
138-
print("########################", flush=True)
134+
Website().auto_ssl(domain_name=domain_name)
139135
typer.echo(snakesay(f"Applied auto-renewing SSL certificate for {domain_name}!"))

0 commit comments

Comments
 (0)