diff --git a/python_apps/api_clients/api_client.py b/python_apps/api_clients/api_client.py index cdedab130..be3cc53b5 100644 --- a/python_apps/api_clients/api_client.py +++ b/python_apps/api_clients/api_client.py @@ -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()