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:
Chen 2018-09-28 19:20:07 +08:00
parent 424ab43a0e
commit a4fcae2ac2

View File

@ -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: