mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 22:17:16 -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.authenticationMethod = user.authenticationMethod;
|
||||
|
||||
Meteor.users.remove({ _id: user._id }); // remove previous record
|
||||
Meteor.users.remove({ _id: user._id });
|
||||
return existingUser;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue