Remove unnecessary commented lines
Change-Id: Ifb7e697851e4e6979fe22176c7a7ca74699c75a6
This commit is contained in:
parent
5731fab90b
commit
1962b18c0c
@ -202,7 +202,6 @@ class Connection(object):
|
||||
|
||||
def http_connect(self):
|
||||
self.connection = self.conn_class(self.storage_netloc)
|
||||
# self.connection.set_debuglevel(3)
|
||||
|
||||
def make_path(self, path=None, cfg=None):
|
||||
if path is None:
|
||||
@ -330,7 +329,6 @@ class Connection(object):
|
||||
path = '%s?%s' % (path, '&'.join(query_args))
|
||||
|
||||
self.connection = self.conn_class(self.storage_netloc)
|
||||
# self.connection.set_debuglevel(3)
|
||||
self.connection.putrequest('PUT', path)
|
||||
for key, value in headers.items():
|
||||
self.connection.putheader(key, value)
|
||||
|
Loading…
Reference in New Issue
Block a user