From: Tyler Smith Date: Mon, 1 Aug 2011 15:17:34 +0000 (-0700) Subject: Removing a debugging line X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2d5108887de42801fd7563669f69ce6a7ca91ac9;p=openstack-build%2Fneutron-build.git Removing a debugging line --- 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: