Remove unused Client.prototype.getAppLogUrl()

This commit is contained in:
Johannes Zellner
2016-01-18 16:29:33 +01:00
parent cff173c2e6
commit bb6b61d810

View File

@@ -411,10 +411,6 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
return source;
};
Client.prototype.getAppLogUrl = function (appId) {
return '/api/v1/apps/' + appId + '/logs?access_token=' + this._token;
};
Client.prototype.getAppIconUrls = function (app) {
return {
cloudron: this.apiOrigin + app.iconUrl + '?access_token=' + this._token,