Explorar o código

remove useless comments

Allemand %!s(int64=5) %!d(string=hai) anos
pai
achega
768412ba7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/users.js

+ 1 - 1
models/users.js

@@ -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;
     }