Remove debug print

This commit is contained in:
shin- 2013-05-15 11:23:50 -07:00
parent ce89491b6f
commit c451b7abde
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class Client(requests.Session):
def _result(self, response, json=False):
# FIXME
if response.status_code != 200:
print response.text
response.raise_for_status()
if json:
return response.json()