Skip to content

Commit bf15531

Browse files
MnO2rschlussel
authored andcommitted
Remove debug log to avoid leaking sensitive information in production
1 parent 57b9554 commit bf15531

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
@@ -482,7 +482,6 @@ def __iter__(self):
482482
rows = self._query.fetch()
483483
for row in rows:
484484
self._rownumber += 1
485-
logger.debug("row {}".format(row))
486485
yield row
487486

488487

0 commit comments

Comments
 (0)