Removing a debugging line
This commit is contained in:
parent
fb621bbdf5
commit
88f465f9ce
@ -123,7 +123,7 @@ class Client(object):
|
|||||||
# Open connection and send request, handling SSL certs
|
# Open connection and send request, handling SSL certs
|
||||||
certs = {'key_file':self.key_file, 'cert_file':self.cert_file}
|
certs = {'key_file':self.key_file, 'cert_file':self.cert_file}
|
||||||
certs = {x:certs[x] for x in certs if x != None}
|
certs = {x:certs[x] for x in certs if x != None}
|
||||||
print connection_type
|
|
||||||
if self.use_ssl and len(certs):
|
if self.use_ssl and len(certs):
|
||||||
c = connection_type(self.host, self.port, **certs)
|
c = connection_type(self.host, self.port, **certs)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user