Pārlūkot izejas kodu

remove useless comments

Allemand 5 gadi atpakaļ
vecāks
revīzija
768412ba7c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
     }