[FIX] remove unneeded comment

This commit is contained in:
Edouard DUPIN 2025-01-29 22:40:34 +01:00
parent e071d3dbf7
commit 510553550f

View File

@ -68,7 +68,6 @@ public class MySecurityContext implements SecurityContext {
}
// get associated Roles:
final PartRight rightPart = getRightOfRoleInGroup(group, role);
LOGGER.info("detect : {}", rightPart);
if (PartRight.READ_WRITE.equals(rightPart)) {
return true;
}