Merge "Remove useless statement"

This commit is contained in:
Jenkins 2014-02-19 23:17:10 +00:00 committed by Gerrit Code Review
commit f4e057923c

View File

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