Removes unnecessary logs

pull/7240/head
gindibay 2023-10-24 14:57:36 +03:00
parent 1dcee370e1
commit f779947b2b
1 changed files with 0 additions and 1 deletions

View File

@ -1079,7 +1079,6 @@ UnmarkRolesDistributed(List *roles)
}
ObjectAddressSet(roleAddress, AuthIdRelationId, roleOid);
elog(LOG, "Unmarking role %s as distributed", role->rolename);
UnmarkObjectDistributed(&roleAddress);
}
}