mirror of https://github.com/citusdata/citus.git
Removes unnecessary logs
parent
1dcee370e1
commit
f779947b2b
|
@ -1079,7 +1079,6 @@ UnmarkRolesDistributed(List *roles)
|
||||||
}
|
}
|
||||||
|
|
||||||
ObjectAddressSet(roleAddress, AuthIdRelationId, roleOid);
|
ObjectAddressSet(roleAddress, AuthIdRelationId, roleOid);
|
||||||
elog(LOG, "Unmarking role %s as distributed", role->rolename);
|
|
||||||
UnmarkObjectDistributed(&roleAddress);
|
UnmarkObjectDistributed(&roleAddress);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue