Skip to content

Commit 9dbb4b2

Browse files
committed
transport: Remove request response debugging
Too noisy
1 parent 82c8e99 commit 9dbb4b2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bugzilla/transport.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def _request_helper(self, url, request_body):
169169
# Save is required only if we have a filename
170170
self._cookiejar.save()
171171

172-
log.debug(response.text)
173172
response.raise_for_status()
174173
return self.parse_response(response)
175174
except requests.RequestException as e:

0 commit comments

Comments
 (0)