From 7d8593923742eab5943073b580aa17a4514253bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=A4stel?= Date: Mon, 22 Oct 2018 14:30:39 +0200 Subject: [PATCH] Remove debug line. --- certbot/log.py | 1 - 1 file changed, 1 deletion(-) diff --git a/certbot/log.py b/certbot/log.py index 608524f88..89626af99 100644 --- a/certbot/log.py +++ b/certbot/log.py @@ -313,7 +313,6 @@ def post_arg_parse_except_hook(exc_type, exc_value, trace, debug, log_path): :param str log_path: path to file or directory containing the log """ - debug = True exc_info = (exc_type, exc_value, trace) # constants.QUIET_LOGGING_LEVEL or higher should be used to # display message the user, otherwise, a lower level like