Skip to content

Commit 27a37f9

Browse files
committed
cleanup
1 parent 763be96 commit 27a37f9

File tree

1 file changed

+0
-4
lines changed
  • services/static-webserver/client/source/class/osparc/user

1 file changed

+0
-4
lines changed

services/static-webserver/client/source/class/osparc/user/UserDetails.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,6 @@ qx.Class.define("osparc.user.UserDetails", {
269269
.then(usersData => {
270270
if (usersData.length === 1) {
271271
const userData = usersData[0];
272-
// curate data
273-
userData["groupId"] = userGroupId;
274-
userData["userId"] = -1; // fix this
275-
userData["userName"] = "userName"; // fix this
276272
const user = new osparc.data.model.User(userData);
277273
user.setContactData(userData);
278274
// remove the displayed properties from the contact info

0 commit comments

Comments
 (0)