Removes unnecessary logs

pull/7240/head
gindibay 2023-11-15 20:48:17 +03:00
parent 144ede3bf0
commit e18c4400dc
1 changed files with 0 additions and 7 deletions

View File

@ -695,13 +695,6 @@ GenerateGrantDatabaseCommandList(void)
grantCommands = list_concat(grantCommands, dbGrants);
}
char *grantCommand = NULL;
foreach_ptr(grantCommand, grantCommands)
{
elog(DEBUG1, "grantCommand: %s", grantCommand);
}
heap_endscan(scan);
table_close(pgDatabaseRel, AccessShareLock);