Skip to content

Commit 0a986c6

Browse files
MnO2tdcmeehan
authored andcommitted
Remove HTTP reponse debug log where it would also leak sensitive info
1 parent bf15531 commit 0a986c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prestodb/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ def process(self, http_response):
412412

413413
http_response.encoding = "utf-8"
414414
response = http_response.json()
415-
logger.debug("HTTP {}: {}".format(http_response.status_code, response))
416415
if "error" in response:
417416
raise self._process_error(response["error"], response.get("id"))
418417

0 commit comments

Comments
 (0)