Removes log block

pull/7451/head
gurkanindibay 2024-02-07 18:09:04 +03:00
parent 2935c57135
commit 243c40a0e7
1 changed files with 0 additions and 6 deletions

View File

@ -170,12 +170,6 @@ citus_ProcessUtility(PlannedStmt *pstmt,
Node *parsetree = pstmt->utilityStmt;
if (IsA(parsetree, GrantRoleStmt))
{
GrantRoleStmt *grantRoleStmt = (GrantRoleStmt *) parsetree;
elog(LOG, "GrantRoleStmt: ");
}
if (IsA(parsetree, TransactionStmt))
{
TransactionStmt *transactionStmt = (TransactionStmt *) parsetree;