Remove comment

This commit is contained in:
Emma Garland
2021-02-01 18:11:13 +00:00
parent 2cdbc6b54d
commit ecf3650f53

View File

@@ -545,7 +545,6 @@ namespace Umbraco.Web.BackOffice.Controllers
{
// add the ones submitted
IdentityResult identityResult = await _memberManager.AddToRolesAsync(identityMember, toAdd);
//_memberService.AssignRoles(new[] { contentItem.PersistedContent.Username }, toAdd);
}
}