mirror of https://github.com/citusdata/citus.git
Removes log
parent
bb2b7ae9da
commit
b474d98e5c
|
@ -688,7 +688,6 @@ GenerateGrantDatabaseCommandList(void)
|
|||
{
|
||||
continue;
|
||||
}
|
||||
elog(NOTICE, "Granting on database %s", NameStr(databaseForm->datname));
|
||||
|
||||
List *dbGrants = GrantOnDatabaseDDLCommands(databaseForm->oid);
|
||||
|
||||
|
|
Loading…
Reference in New Issue