Skip to content
Snippets Groups Projects
Commit 222f6834 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

sslutil: remove out of place comment

This comment likely got orphaned as a result of refactoring in this
file. It isn't providing any useful value. So delete it.
parent d2c37507
No related branches found
No related tags found
No related merge requests found
......@@ -328,10 +328,6 @@
return _('certificate is for %s') % certname
return _('no commonName or subjectAltName found in certificate')
# CERT_REQUIRED means fetch the cert from the server all the time AND
# validate it against the CA store provided in web.cacerts.
def _plainapplepython():
"""return true if this seems to be a pure Apple Python that
* is unfrozen and presumably has the whole mercurial module in the file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment