remove dead code

This commit is contained in:
Girish Ramakrishnan
2017-08-29 14:47:59 -07:00
parent f34840d127
commit 6fea022a04
-4
View File
@@ -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) {