remove some overly-verbose logging
This commit is contained in:
parent
f64e99176e
commit
81b2012a45
|
@ -145,7 +145,6 @@ class ApiRequest(object):
|
||||||
try:
|
try:
|
||||||
if content_type == 'application/json':
|
if content_type == 'application/json':
|
||||||
data = json.loads(response)
|
data = json.loads(response)
|
||||||
self.logger.debug(data)
|
|
||||||
return data
|
return data
|
||||||
else:
|
else:
|
||||||
raise InvalidContentType()
|
raise InvalidContentType()
|
||||||
|
|
Loading…
Reference in New Issue