User profile first pass
[osm/UI.git] / skyquake / plugins / project_management / src / dashboard / projectMgmtStore.js
index 17a5a59..64761dc 100644 (file)
@@ -16,7 +16,6 @@ export default class ProjectManagementStore {
         this.selectedUser = null;
         this.selectedRole = null;
         this.roles = ['rw-project:project-admin', 'rw-project:project-oper', 'rw-project:project-create'
-        // ,'some_other_role', 'yet_another_role', 'operator_role', 'some_other_role', 'yet_another_role'
         ];
         this.users = [];
         this.activeIndex = null;