mirror of https://github.com/citusdata/citus.git
Removes unnecessary logs
parent
144ede3bf0
commit
e18c4400dc
|
@ -695,13 +695,6 @@ GenerateGrantDatabaseCommandList(void)
|
||||||
grantCommands = list_concat(grantCommands, dbGrants);
|
grantCommands = list_concat(grantCommands, dbGrants);
|
||||||
}
|
}
|
||||||
|
|
||||||
char *grantCommand = NULL;
|
|
||||||
|
|
||||||
foreach_ptr(grantCommand, grantCommands)
|
|
||||||
{
|
|
||||||
elog(DEBUG1, "grantCommand: %s", grantCommand);
|
|
||||||
}
|
|
||||||
|
|
||||||
heap_endscan(scan);
|
heap_endscan(scan);
|
||||||
table_close(pgDatabaseRel, AccessShareLock);
|
table_close(pgDatabaseRel, AccessShareLock);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue