There was an error while loading. Please reload this page.
1 parent 82c8e99 commit 9dbb4b2Copy full SHA for 9dbb4b2
1 file changed
bugzilla/transport.py
@@ -169,7 +169,6 @@ def _request_helper(self, url, request_body):
169
# Save is required only if we have a filename
170
self._cookiejar.save()
171
172
- log.debug(response.text)
173
response.raise_for_status()
174
return self.parse_response(response)
175
except requests.RequestException as e:
0 commit comments