Skip to content

Commit

Permalink
Hotfix: Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
math280h committed Dec 10, 2022
1 parent ce07bce commit da7de52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redactdump/core/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def get_data(self, table: str, rows: list, offset: int, limit: int) -> list:
)
records = [dict(zip(row.keys(), row)) for row in result]
for item in records:
print(item)
if self.redactor.data_rules or self.redactor.column_rules:
item = self.redactor.redact(item, rows)

Expand Down

0 comments on commit da7de52

Please # to comment.