summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 17:55:46 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 17:55:46 -0500
commitaa9dbd4f06d56bdecc33154fb8977a8f456435fa (patch)
tree2ad24c11155da14985771aa9a8539a70ced7f690 /func
parent85194111b1a959fcb939dbe0e7b9e21aff2b075c (diff)
downloadthird_party-func-aa9dbd4f06d56bdecc33154fb8977a8f456435fa.tar.gz
third_party-func-aa9dbd4f06d56bdecc33154fb8977a8f456435fa.tar.xz
third_party-func-aa9dbd4f06d56bdecc33154fb8977a8f456435fa.zip
remove debug spew
Diffstat (limited to 'func')
-rw-r--r--func/SSLCommon.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/func/SSLCommon.py b/func/SSLCommon.py
index b37fc68..6959749 100644
--- a/func/SSLCommon.py
+++ b/func/SSLCommon.py
@@ -30,7 +30,6 @@ def our_verify(connection, x509, errNum, errDepth, preverifyOK):
def CreateSSLContext(pkey, cert, ca_cert):
- print pkey, cert, ca_cert
for f in pkey, cert, ca_cert:
if f and not os.access(f, os.R_OK):
print "%s does not exist or is not readable." % f