PlatformRoleMgmt: Appropriate user is now deleted

Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
diff --git a/skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagement.jsx b/skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagement.jsx
index 216bea8..4278d74 100644
--- a/skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagement.jsx
+++ b/skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagement.jsx
@@ -219,7 +219,7 @@
                                         <tr key={i}>
                                             {!state.isReadOnly ? <td><span
                                                                         className="removeInput"
-                                                                        onClick={self.removeUserFromProject.bind(self, u)}
+                                                                        onClick={self.removeUserFromProject.bind(self, i)}
                                                                     >
                                                                         <img src={imgRemove} />
 
diff --git a/skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagementStore.js b/skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagementStore.js
index dd8704d..8a5b7f8 100644
--- a/skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagementStore.js
+++ b/skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagementStore.js
@@ -65,9 +65,7 @@
         });
         this.setState(state)
     }
-    // editPlatform(isReadOnly) {
-    //     this.platformEdit(isReadOnly);
-    // }
+
     handleCancelEdit() {
 
     }