Skip to content

Commit 921d014

Browse files
Remove logging of processing details for privilege grants in grant_usage_to_application macro
1 parent c64b516 commit 921d014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

macros/grants/grant_usage_to_application.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
{% if execute %}
2626
{% for row in results %}
2727
{% if row.privilege not in ["OWNERSHIP", "SELECT", "REFERENCES", "REBUILD"] %}
28-
{% do log("processing " ~ object[2] ~ " for " ~ row.grantee_name ~ " for privilege " ~ row.privilege, info=True) %}
2928
{% if row.privilege in grant_types %}
3029
{% if row.grantee_name not in grant_applications %}
3130
{{ revoke_statements.append({ "privilege" : row.privilege, "role" : row.grantee_name, "object" : object[2] }) }}

0 commit comments

Comments
 (0)