Remove useless statement

Change-Id: Ide74b417ede6a4976c33fc835d366ed472033fd0
This commit is contained in:
Fabien Boucher 2014-02-19 14:09:50 +01:00
parent 79f189a593
commit b5b440d9b6

@ -434,7 +434,6 @@ def get_account(url, token, marker=None, limit=None, prefix=None,
http_status=resp.status, http_reason=resp.reason,
http_response_content=body)
if resp.status == 204:
body
return resp_headers, []
return resp_headers, json_loads(body)