From 2d5108887de42801fd7563669f69ce6a7ca91ac9 Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Mon, 1 Aug 2011 08:17:34 -0700 Subject: [PATCH] Removing a debugging line --- quantum/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/client.py b/quantum/client.py index a8b70f8cd..5f832398b 100644 --- a/quantum/client.py +++ b/quantum/client.py @@ -123,7 +123,7 @@ class Client(object): # Open connection and send request, handling SSL certs certs = {'key_file':self.key_file, 'cert_file':self.cert_file} certs = {x:certs[x] for x in certs if x != None} - print connection_type + if self.use_ssl and len(certs): c = connection_type(self.host, self.port, **certs) else: -- 2.45.2