Remove cannot authenticate message for cancel

This commit is contained in:
James Kasten
2015-02-24 17:33:19 -08:00
parent ba8604a3df
commit 3160df3ede
-1
View File
@@ -148,7 +148,6 @@ def main(): # pylint: disable=too-many-branches, too-many-statements
sys.exit(1)
if auth is None:
logging.info("Cannot authenticate to the ACME server.")
sys.exit(0)
# Use the same object if possible