diff --git a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py index ae166c7b3..ffb72a372 100644 --- a/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py +++ b/certbot-apache/certbot_apache/_internal/prefetch_ocsp.py @@ -159,8 +159,6 @@ class OCSPPrefetchMixin(object): handler = ocsp.RevocationChecker() try: if handler.ocsp_revoked_by_paths(cert_path, chain_path, response_file=ocsp_workfile): - logger.warning("Encountered an issue while trying to prefetch OCSP " - "response for certificate: %s", cert_path) raise OCSPCertificateError("Certificate has been revoked.") else: # Guaranteed good response