Skip to content

Commit 8c324dc

Browse files
MnO2ARUNACHALAM THIRUPATHI
authored and
ARUNACHALAM THIRUPATHI
committed
Remove status debug log where it would also leak sensitive info
1 parent 0a986c6 commit 8c324dc

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
@@ -556,7 +556,6 @@ def fetch(self):
556556
if status.columns:
557557
self._columns = status.columns
558558
self._stats.update(status.stats)
559-
logger.debug(status)
560559
if status.next_uri is None:
561560
self._finished = True
562561
return status.rows

0 commit comments

Comments
 (0)