From aa9dbd4f06d56bdecc33154fb8977a8f456435fa Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 25 Feb 2008 17:55:46 -0500 Subject: remove debug spew --- func/SSLCommon.py | 1 - 1 file changed, 1 deletion(-) (limited to 'func') 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 -- cgit