Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
iireland-ii committed Nov 12, 2024
1 parent 76bfd0f commit fdc1634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _has_select_privilege(privileges: list, table_name: str) -> bool:
:param privileges: List of privileges.
:param table_name: Name of the table.
"""
print(privileges)

for privilege in reversed(privileges):
if table_name.lower() == privilege[3].lower() and re.match(
pattern="select",
Expand Down

0 comments on commit fdc1634

Please sign in to comment.