mirror of
https://github.com/wekan/wekan.git
synced 2025-04-25 06:27:10 -04:00
remove useless comments
This commit is contained in:
parent
670b964e6b
commit
768412ba7c
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ if (Meteor.isServer) {
|
||||||
existingUser.profile = user.profile;
|
existingUser.profile = user.profile;
|
||||||
existingUser.authenticationMethod = user.authenticationMethod;
|
existingUser.authenticationMethod = user.authenticationMethod;
|
||||||
|
|
||||||
Meteor.users.remove({ _id: user._id }); // remove previous record
|
Meteor.users.remove({ _id: user._id });
|
||||||
return existingUser;
|
return existingUser;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue