Remove redundant call to 'removeTokenFromConnection'

This commit is contained in:
Emily Stark
2014-03-19 21:31:11 -07:00
parent b79294a690
commit b3e342ec7e

View File

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