Removes log

pull/7240/head
gindibay 2023-11-15 23:09:35 +03:00
parent bb2b7ae9da
commit b474d98e5c
1 changed files with 0 additions and 1 deletions

View File

@ -688,7 +688,6 @@ GenerateGrantDatabaseCommandList(void)
{
continue;
}
elog(NOTICE, "Granting on database %s", NameStr(databaseForm->datname));
List *dbGrants = GrantOnDatabaseDDLCommands(databaseForm->oid);