remove some overly-verbose logging

This commit is contained in:
Martin Konecny 2013-05-07 13:25:21 -04:00
parent f64e99176e
commit 81b2012a45
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ class ApiRequest(object):
try:
if content_type == 'application/json':
data = json.loads(response)
self.logger.debug(data)
return data
else:
raise InvalidContentType()