trivial: remove commented-out code
These comments have existed from the beginning. But they seem to be meaningless. Change-Id: Ic38272ecfb321d77219d477634e9e29b968e7f00
This commit is contained in:
parent
424ab43a0e
commit
a4fcae2ac2
@ -186,7 +186,6 @@ class BaseAPI(KeystoneSession):
|
||||
ret = self._request(
|
||||
'POST',
|
||||
path,
|
||||
# service=self.service_type,
|
||||
json=body,
|
||||
params=params,
|
||||
)
|
||||
@ -194,7 +193,6 @@ class BaseAPI(KeystoneSession):
|
||||
ret = self._request(
|
||||
'GET',
|
||||
path,
|
||||
# service=self.service_type,
|
||||
params=params,
|
||||
)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user