Преглед на файлове

remove useless comments

Allemand преди 5 години
родител
ревизия
768412ba7c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
     }