remove isLoggedIntoConnect

This commit is contained in:
grafixeyehero 2019-10-28 18:56:48 +03:00
parent 1c84e18c8a
commit d20b1fed68

View file

@ -760,10 +760,6 @@ define(["events", "apiclient", "appStorage"], function (events, apiClientFactory
});
};
ConnectionManager.prototype.isLoggedIntoConnect = function () {
return !(!this.connectToken() || !this.connectUserId());
};
ConnectionManager.prototype.getApiClients = function () {
var servers = this.getSavedServers();