mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove redundant call to 'removeTokenFromConnection'
This commit is contained in:
@@ -617,7 +617,6 @@ Accounts._setLoginToken = function (userId, connection, newToken) {
|
||||
// the connection. But the token might have already been deleted
|
||||
// before we set up the observe, which wouldn't have closed the
|
||||
// connection because the observe wasn't running yet.
|
||||
removeTokenFromConnection(connection.id);
|
||||
connection.close();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user