From 3d26cfca9054ff1842f254f540b53e7e8a388b0f Mon Sep 17 00:00:00 2001 From: James Kasten Date: Sun, 25 Jan 2015 23:14:36 -0800 Subject: [PATCH] Remove unused static string from CONFIG --- letsencrypt/client/CONFIG.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/letsencrypt/client/CONFIG.py b/letsencrypt/client/CONFIG.py index 3188276b9..5a07a4aa2 100644 --- a/letsencrypt/client/CONFIG.py +++ b/letsencrypt/client/CONFIG.py @@ -101,11 +101,3 @@ APACHE_CTL = "/usr/sbin/apache2ctl" APACHE2 = "/etc/init.d/apache2" """Command used for reload and restart.""" - -# Static Strings/Messages -CERT_DELETE_MSG = "This certificate has either been deleted or moved" -"""Used in revocation cert dict for 'installed'. - -Indicates that the original certificate has been moved/deleted. - -"""