From 818e36afbc046300754fb23a9ee8ad839f167bab Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 23 Sep 2019 01:17:28 +0200 Subject: [PATCH] Fix debug --- wo/core/acme.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wo/core/acme.py b/wo/core/acme.py index bc42ee3..209cba7 100644 --- a/wo/core/acme.py +++ b/wo/core/acme.py @@ -35,7 +35,6 @@ class WOAcme: "--issue -d '{0}' {1} -k {2} -f" .format(all_domains, acme_mode, keylenght)): Log.failed(self, "Issuing SSL cert with acme.sh") - Log.debug(self, str(e)) if acmedata['dns'] is True: Log.warn( self, "Please make sure your properly "