mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Remove debugging printf
This commit is contained in:
@@ -366,7 +366,6 @@ def _auth_from_domains(le_client, config, domains):
|
|||||||
# (which results in treating the request as a new certificate request).
|
# (which results in treating the request as a new certificate request).
|
||||||
|
|
||||||
action, lineage = _treat_as_renewal(config, domains)
|
action, lineage = _treat_as_renewal(config, domains)
|
||||||
print action, lineage
|
|
||||||
if action == "reinstall":
|
if action == "reinstall":
|
||||||
# The lineage already exists; allow the caller to try installing
|
# The lineage already exists; allow the caller to try installing
|
||||||
# it without getting a new certificate at all.
|
# it without getting a new certificate at all.
|
||||||
|
|||||||
Reference in New Issue
Block a user