diff --git a/src/backend/distributed/commands/database.c b/src/backend/distributed/commands/database.c index 71e33b096..b988122ef 100644 --- a/src/backend/distributed/commands/database.c +++ b/src/backend/distributed/commands/database.c @@ -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);