Improve People UI
[gpl/argeo-suite.git] / swt / org.argeo.app.ui / src / org / argeo / app / ui / people / PersonUiProvider.java
index d1dfd7861ff7ad85fd35d981c24dfdf99876a55f..70145b4d8d9885fb9817d56b0d559ee3731f2321 100644 (file)
@@ -49,10 +49,8 @@ public class PersonUiProvider implements SwtUiProvider {
                        addFormLine(main, SuiteMsg.email, context, LdapAttrs.mail);
 
                        Composite rolesSection = new Composite(main, SWT.NONE);
-                       // rolesSection.setText("Roles");
                        rolesSection.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1));
                        rolesSection.setLayout(new GridLayout());
-                       // new Label(rolesSection, SWT.NONE).setText("Roles:");
                        List<String> roles = Arrays.asList(cmsUserManager.getUserRoles(user.getName()));
                        for (String role : roles) {
                                // new Label(rolesSection, SWT.NONE).setText(role);