remove some overly-verbose logging
This commit is contained in:
parent
f64e99176e
commit
81b2012a45
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue