remove dead code
This commit is contained in:
@@ -531,10 +531,6 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
|
|||||||
return app.manifest && app.manifest.postInstallMessage;
|
return app.manifest && app.manifest.postInstallMessage;
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.hasConfigurePath = function (app) {
|
|
||||||
return app.manifest && app.manifest.configurePath;
|
|
||||||
};
|
|
||||||
|
|
||||||
function fetchUsers() {
|
function fetchUsers() {
|
||||||
Client.getUsers(function (error, users) {
|
Client.getUsers(function (error, users) {
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user