From 3160df3ede972e2ec901fd649ac01708fbb1e1c4 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Tue, 24 Feb 2015 17:33:19 -0800 Subject: [PATCH] Remove cannot authenticate message for cancel --- letsencrypt/scripts/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt/scripts/main.py b/letsencrypt/scripts/main.py index 892f34b7d..989e07f96 100755 --- a/letsencrypt/scripts/main.py +++ b/letsencrypt/scripts/main.py @@ -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